Skip to content

Commit

Permalink
ptest: fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Dec 14, 2011
1 parent 0c9dbe6 commit 59bb293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/ptest/ptest.c
Expand Up @@ -265,5 +265,6 @@ int main(int argc, char **argv)
return 0;
fflush(stdout);
fprintf(stderr, "%s\n", error);
free((void *)error);
return 1;
}

0 comments on commit 59bb293

Please sign in to comment.