diff --git a/src/XMPPJID.m b/src/XMPPJID.m index 5270889..8c842fd 100644 --- a/src/XMPPJID.m +++ b/src/XMPPJID.m @@ -70,6 +70,15 @@ return self; } +- (void)dealloc +{ + [node release]; + [domain release]; + [resource release]; + + [super dealloc]; +} + - copy { XMPPJID *new = [[XMPPJID alloc] init];