@@ -71,16 +71,16 @@ string = NULL; return self; } -- free +- (void)dealloc { if (string != NULL) free(string); - return [super free]; + [super dealloc]; } - (Class)inClass { return class; @@ -307,18 +307,18 @@ err = GET_ERR; return self; } -- free +- (void)dealloc { if (path != NULL) free(path); if (mode != NULL) free(mode); - return [super free]; + [super dealloc]; } - (const char*)cString { if (string != NULL) @@ -529,18 +529,18 @@ err = GET_SOCK_ERR; return self; } -- free +- (void)dealloc { if (node != NULL) free(node); if (service != NULL) free(node); - return [super free]; + [super dealloc]; } - (const char*)cString { if (string != NULL) @@ -593,16 +593,16 @@ err = GET_SOCK_ERR; return self; } -- free +- (void)dealloc { if (host != NULL) free(host); - return [super free]; + [super dealloc]; } - (const char*)cString { if (string != NULL) @@ -655,16 +655,16 @@ err = GET_SOCK_ERR; return self; } -- free +- (void)dealloc { if (host != NULL) free(host); - return [super free]; + [super dealloc]; } - (const char*)cString { if (string != NULL)