mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
oops forgot the free
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@724 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bcaf5a8e5a
commit
f910c4b448
@ -76,6 +76,9 @@ void xaccDestroyBasicCell (BasicCell *cell)
|
|||||||
|
|
||||||
/* help prevent access to freed memory */
|
/* help prevent access to freed memory */
|
||||||
xaccInitBasicCell (cell);
|
xaccInitBasicCell (cell);
|
||||||
|
|
||||||
|
/* free the object itself */
|
||||||
|
free (cell);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===================================================== */
|
/* ===================================================== */
|
||||||
|
Loading…
Reference in New Issue
Block a user