Removed several memory leaks.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5595 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -437,6 +437,9 @@ Bitmap* ReadPCXFile (const Collection* A)
|
||||
/* Close the file */
|
||||
fclose (F);
|
||||
|
||||
/* Free memory for the scan line */
|
||||
xfree (L);
|
||||
|
||||
/* Free the PCX header */
|
||||
FreePCXHeader (P);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user