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:
parent
4f5f8dced9
commit
4d44a1df4f
@ -5574,6 +5574,7 @@ static void docont(void)
|
|||||||
return;
|
return;
|
||||||
destructsymbols(&loctab,nestlevel);
|
destructsymbols(&loctab,nestlevel);
|
||||||
genstackfree(ptr[wqCONT]);
|
genstackfree(ptr[wqCONT]);
|
||||||
|
genheapfree(ptr[wqCONT]);
|
||||||
jumplabel(ptr[wqLOOP]);
|
jumplabel(ptr[wqLOOP]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user