1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

- MFB: Fixed mem. leak

This commit is contained in:
Felipe Pena
2008-09-10 13:48:14 +00:00
parent 098c1b5397
commit 56ed148d64
+1
View File
@@ -504,6 +504,7 @@ PHP_FUNCTION(readline_callback_handler_install)
if (!zend_is_callable(callback, 0, &name)) {
php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s is not callable", name);
efree(name);
RETURN_FALSE;
}