FREE() already nulls the pointer

next
Michael Stapelberg 2011-03-21 23:49:16 +01:00
parent 6d8784af98
commit 39ee97fd82
1 changed files with 0 additions and 1 deletions

View File

@ -629,7 +629,6 @@ int ipc_create_socket(const char *filename) {
int sockfd;
FREE(current_socketpath);
current_socketpath = NULL;
char *resolved = resolve_tilde(filename);
DLOG("Creating IPC-socket at %s\n", resolved);