mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
fix bad free() that caused segfault
This commit is contained in:
parent
123c7b32db
commit
25c973a39e
1 changed files with 1 additions and 1 deletions
|
|
@ -1774,7 +1774,7 @@ static int parseconfig(const char *filename,
|
|||
case '\n':
|
||||
case '*':
|
||||
case '\0':
|
||||
free(line);
|
||||
free(aline);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue