Missing bit from previous patch.

This commit is contained in:
Ilia Alshanetsky 2005-05-06 02:20:00 +00:00
parent a63f5d1c3f
commit b874c94d81

View File

@ -611,7 +611,9 @@ out:
efree(scratch);
}
php_url_free(resource);
if (resource) {
php_url_free(resource);
}
if (stream) {
if (header_init) {