diff --git a/font/editor.c b/font/editor.c index e2aa646f3b..cdd748693f 100644 --- a/font/editor.c +++ b/font/editor.c @@ -397,6 +397,7 @@ int main(int argc, char *argv[]) #endif fwrite(font, CELLW*CELLH, 256, f); fclose(f); + free(vid_buf); return 0; }