mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:10:48 +00:00
Fix a few testcase leaks
This commit is contained in:
parent
96a719ae20
commit
3a3a8c47c9
3 changed files with 7 additions and 3 deletions
|
@ -32,6 +32,9 @@ int main()
|
|||
pass([copy1Bitmap bitmapData] != [copy2Bitmap bitmapData],
|
||||
"Copied bitmaps have a different image data pointer - could cause image data corruption.");
|
||||
|
||||
DESTROY(copy1Bitmap);
|
||||
DESTROY(copy2Bitmap);
|
||||
DESTROY(origBitmap);
|
||||
[arp release];
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue