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:
Linas Vepstas 1998-03-25 07:59:08 +00:00
parent bcaf5a8e5a
commit f910c4b448

View File

@ -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);
} }
/* ===================================================== */ /* ===================================================== */