mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-14 10:00:55 +00:00
fix leak in testcase
This commit is contained in:
parent
ab715bd50c
commit
efaa5552b3
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
|||
@end
|
||||
|
||||
@implementation Tester
|
||||
- (void) dealloc
|
||||
{
|
||||
DESTROY(child);
|
||||
DESTROY(dict);
|
||||
DEALLOC
|
||||
}
|
||||
@end
|
||||
|
||||
@interface CustomKVC : NSObject
|
||||
|
|
Loading…
Reference in a new issue