Commit 25c973a3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix bad free() that caused segfault

parent 123c7b32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1774,7 +1774,7 @@ static int parseconfig(const char *filename,
      case '\n':
      case '*':
      case '\0':
        free(line);
        free(aline);
        continue;
      }