diff --git a/Tests/base/KVC/path.m b/Tests/base/KVC/path.m index acd0ccf3e..9115ecd5d 100644 --- a/Tests/base/KVC/path.m +++ b/Tests/base/KVC/path.m @@ -16,6 +16,12 @@ @end @implementation Tester +- (void) dealloc +{ + DESTROY(child); + DESTROY(dict); + DEALLOC +} @end @interface CustomKVC : NSObject