mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:40:57 +00:00
Fix trival leaks
This commit is contained in:
parent
e489d43ef1
commit
96a719ae20
2 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
// printf("bounds=%@\n",NSStringFromRect([p bounds]));
|
||||
|
||||
DESTROY(p);
|
||||
DESTROY(arp);
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -700,6 +700,7 @@ int main(int argc, char **argv)
|
|||
PAUSE
|
||||
}
|
||||
|
||||
DESTROY(p);
|
||||
DESTROY(arp);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue