mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02:00
Fix for my fix.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user