fix leak in testcase

This commit is contained in:
rfm 2025-01-10 16:20:58 +00:00
parent ab715bd50c
commit efaa5552b3

View file

@ -16,6 +16,12 @@
@end
@implementation Tester
- (void) dealloc
{
DESTROY(child);
DESTROY(dict);
DEALLOC
}
@end
@interface CustomKVC : NSObject