Skip to content

Commit

Permalink
Fix vid_buf memory leak in editor.c
Browse files Browse the repository at this point in the history
  • Loading branch information
CapacitorSet authored and jacob1 committed Mar 20, 2017
1 parent 2d4c195 commit e13e31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions font/editor.c
Expand Up @@ -397,6 +397,7 @@ int main(int argc, char *argv[])
#endif
fwrite(font, CELLW*CELLH, 256, f);
fclose(f);
free(vid_buf);

return 0;
}
Expand Down

0 comments on commit e13e31c

Please sign in to comment.