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