diff --git a/sourcepawn/compiler/sc1.c b/sourcepawn/compiler/sc1.c index 5944a520..189b9238 100644 --- a/sourcepawn/compiler/sc1.c +++ b/sourcepawn/compiler/sc1.c @@ -5574,6 +5574,7 @@ static void docont(void) return; destructsymbols(&loctab,nestlevel); genstackfree(ptr[wqCONT]); + genheapfree(ptr[wqCONT]); jumplabel(ptr[wqLOOP]); }