small bugfixes
This commit is contained in:
parent
8d358e3ac6
commit
f734a43d07
2 changed files with 7 additions and 2 deletions
|
@ -13,7 +13,8 @@
|
|||
|
||||
@synthesize text, inReplyTostatusId, inReplyToEntity, location, image;
|
||||
|
||||
- (void)dealloc {
|
||||
- (void)dealloc
|
||||
{
|
||||
[text release];
|
||||
[inReplyTostatusId release];
|
||||
[inReplyToEntity release];
|
||||
|
|
Reference in a new issue