Skip to content

Commit

Permalink
Replace a deprecated method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Mar 8, 2011
1 parent 201cb86 commit dbcc9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/TouchJSON/JSON/CJSONSerializer.m
Expand Up @@ -50,7 +50,7 @@ + (void)initialize
if (kTrue == NULL)
kTrue = [[NSData alloc] initWithBytesNoCopy:(void *)"true" length:4 freeWhenDone:NO];

[thePool release];
[thePool drain];
}
}

Expand Down

0 comments on commit dbcc9be

Please sign in to comment.