Chris Faherty fixed a free-twice problem
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2000 07:51:23 +0000 (07:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2000 07:51:23 +0000 (07:51 +0000)
lib/file.c

index 46827f0..26d3191 100644 (file)
@@ -184,7 +184,5 @@ CURLcode file(struct connectdata *conn)
 
   close(fd);
 
-  free(actual_path);
-
   return res;
 }