mirror of
https://github.com/cc65/cc65.git
synced 2025-02-11 00:31:06 +00:00
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:
parent
e39d1e8d10
commit
df036dbeaf
@ -373,6 +373,11 @@ int main (int argc, char* argv [])
|
||||
++I;
|
||||
}
|
||||
|
||||
/* Cleanup data */
|
||||
FreeBitmap (B);
|
||||
FreeBitmap (C);
|
||||
FreeStrBuf (D);
|
||||
|
||||
/* Success */
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user