1
0
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:
Andrey Hristov
1999-09-29 14:25:40 +00:00
parent 284bc523d6
commit 2fa5e6dd6a

View File

@@ -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);