Add dealloc for XMPPJID
This commit is contained in:
parent
7d3796c62f
commit
c52bf728bc
1 changed files with 9 additions and 0 deletions
|
@ -70,6 +70,15 @@
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)dealloc
|
||||||
|
{
|
||||||
|
[node release];
|
||||||
|
[domain release];
|
||||||
|
[resource release];
|
||||||
|
|
||||||
|
[super dealloc];
|
||||||
|
}
|
||||||
|
|
||||||
- copy
|
- copy
|
||||||
{
|
{
|
||||||
XMPPJID *new = [[XMPPJID alloc] init];
|
XMPPJID *new = [[XMPPJID alloc] init];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue