diff --git a/vendor/TouchJSON/JSON/CJSONSerializer.m b/vendor/TouchJSON/JSON/CJSONSerializer.m index 952b3c2..7884f81 100644 --- a/vendor/TouchJSON/JSON/CJSONSerializer.m +++ b/vendor/TouchJSON/JSON/CJSONSerializer.m @@ -50,7 +50,7 @@ + (void)initialize if (kTrue == NULL) kTrue = [[NSData alloc] initWithBytesNoCopy:(void *)"true" length:4 freeWhenDone:NO]; - [thePool release]; + [thePool drain]; } }