diff options
Diffstat (limited to 'Source/CMMCPConnection.m')
-rw-r--r-- | Source/CMMCPConnection.m | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/CMMCPConnection.m b/Source/CMMCPConnection.m index 4ee9263e..478d5684 100644 --- a/Source/CMMCPConnection.m +++ b/Source/CMMCPConnection.m @@ -929,7 +929,6 @@ static void forcePingTimeout(int signalNumber) lastKeepAliveSuccess = [[NSDate alloc] initWithTimeIntervalSinceNow:0]; } - /* * Modified version of the original to support a supplied encoding. * For internal use only. Transforms a NSString to a C type string (ending with \0). @@ -948,4 +947,9 @@ static void forcePingTimeout(int signalNumber) return (const char *)[theData bytes]; } -@end +- (void) dealloc +{ + [super dealloc]; +} + +@end
\ No newline at end of file |