]> granicus.if.org Git - curl/commitdiff
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 46827f0a22268491686ea19e28826e1f0bf1dcb4..26d31914c6bb08f90f81decaf808183ed8633289 100644 (file)
@@ -184,7 +184,5 @@ CURLcode file(struct connectdata *conn)
 
   close(fd);
 
-  free(actual_path);
-
   return res;
 }