attempting to store the source location information collected while compiling into the moo_dbginfo_t data structure
This commit is contained in:
@ -249,6 +249,8 @@ void moo_fini (moo_t* moo)
|
||||
* the heap may not exist */
|
||||
if (moo->heap) moo_killheap (moo, moo->heap);
|
||||
|
||||
moo_finidbginfo (moo);
|
||||
|
||||
for (i = 0; i < MOO_COUNTOF(moo->sbuf); i++)
|
||||
{
|
||||
if (moo->sbuf[i].ptr)
|
||||
|
Reference in New Issue
Block a user