Fixed a bug where dynamic arrays might not be freed in loops

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40133
This commit is contained in:
David Anderson 2006-10-31 08:31:14 +00:00
parent 4f5f8dced9
commit 4d44a1df4f

View File

@ -5574,6 +5574,7 @@ static void docont(void)
return;
destructsymbols(&loctab,nestlevel);
genstackfree(ptr[wqCONT]);
genheapfree(ptr[wqCONT]);
jumplabel(ptr[wqLOOP]);
}