Free bitmaps and buffers before terminating.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5598 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -373,6 +373,11 @@ int main (int argc, char* argv [])
|
|||||||
++I;
|
++I;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Cleanup data */
|
||||||
|
FreeBitmap (B);
|
||||||
|
FreeBitmap (C);
|
||||||
|
FreeStrBuf (D);
|
||||||
|
|
||||||
/* Success */
|
/* Success */
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user