Skip to content

Commit

Permalink
only show memory leaks, not just stuff that hasn't been GC'd
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Feb 6, 2015
1 parent 8db046a commit 008f4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/linux/main.c
Expand Up @@ -341,7 +341,7 @@ int main(int argc, char **argv) {
}
jsiConsolePrint("\n");
jsiKill();

jsvGarbageCollect();
jsvShowAllocated();
jsvKill();
jshKill();
Expand Down

0 comments on commit 008f4ba

Please sign in to comment.