This commit is contained in:
Sterling Hughes 2001-08-17 07:07:34 +00:00
parent 85255d9ee5
commit 591aba3c89

View File

@ -277,8 +277,8 @@ static void php_fsockopen(INTERNAL_FUNCTION_PARAMETERS, int persistent) {
key, strlen(key) + 1, NULL);
}
if(key)
efree(key);
if (key)
efree(key);
ZEND_REGISTER_RESOURCE(return_value, sock, php_file_le_socket());
}