Commit 460aa295 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Chris Faherty fixed a free-twice problem

parent 143ff23c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -184,7 +184,5 @@ CURLcode file(struct connectdata *conn)

  close(fd);

  free(actual_path);

  return res;
}