changeset 25 | a4875607a3a0 |
parent 1 | 8267d5c429c4 |
child 26 | cb9cdf247239 |
1.1 --- a/IPAddress.m Sat May 24 13:26:02 2008 -0700 1.2 +++ b/IPAddress.m Tue Dec 02 22:42:56 2008 -0800 1.3 @@ -244,6 +244,13 @@ 1.4 return self; 1.5 } 1.6 1.7 +- (void)dealloc 1.8 +{ 1.9 + [_hostname release]; 1.10 + [super dealloc]; 1.11 +} 1.12 + 1.13 + 1.14 - (NSUInteger) hash 1.15 { 1.16 return [_hostname hash] ^ _port;