We don't want to efree a zend_string

This commit is contained in:
michael-grunder
2020-07-06 13:16:30 -07:00
parent e20b1cef86
commit 7fed60f248
+1 -1
View File
@@ -455,7 +455,7 @@ PS_OPEN_FUNC(redis)
if ((url->path == NULL && url->host == NULL) || weight <= 0 || timeout <= 0) {
php_url_free(url);
if (persistent_id) efree(persistent_id);
if (persistent_id) zend_string_release(persistent_id);
if (prefix) zend_string_release(prefix);
if (user) zend_string_release(user);
if (pass) zend_string_release(pass);