Skip to content

Commit 1cac4d8

Browse files
committed
Fix leaks
1 parent 4028b58 commit 1cac4d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/base/GSURITemplate/general.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,13 @@ int main()
205205
* with thanks, from CSURITemplater.
206206
* See the README file fr details.
207207
*/
208-
208+
ENTER_POOL
209209
runFile(@"spec-examples.json");
210210

211211
runFile(@"negative-tests.json");
212212

213213
runFile(@"extended-tests.json");
214+
LEAVE_POOL
214215

215216
return 0;
216217
}

0 commit comments

Comments
 (0)