mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 03:09:53 +02:00
Fix vid_buf memory leak in editor.c
This commit is contained in:
@@ -397,6 +397,7 @@ int main(int argc, char *argv[])
|
||||
#endif
|
||||
fwrite(font, CELLW*CELLH, 256, f);
|
||||
fclose(f);
|
||||
free(vid_buf);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user