mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Fix for my fix.
This commit is contained in:
parent
284bc523d6
commit
2fa5e6dd6a
@ -140,7 +140,7 @@ url *url_parse(char *string)
|
||||
}
|
||||
efree(result);
|
||||
}
|
||||
else {
|
||||
else if (!strcmp(ret->scheme, "http")) {
|
||||
STR_FREE(ret->scheme);
|
||||
STR_FREE(ret->path);
|
||||
STR_FREE(ret->query);
|
||||
|
Loading…
Reference in New Issue
Block a user