small bugfixes

This commit is contained in:
Jeena Paradies 2012-11-22 21:20:41 +01:00
parent 8d358e3ac6
commit f734a43d07
2 changed files with 7 additions and 2 deletions

View file

@ -13,7 +13,8 @@
@synthesize text, inReplyTostatusId, inReplyToEntity, location, image;
- (void)dealloc {
- (void)dealloc
{
[text release];
[inReplyTostatusId release];
[inReplyToEntity release];