MFB: Fixed bug #38535 (memory corruption in pdo_pgsql driver on error

retrieval inside a failed query executed via query() method).
This commit is contained in:
Ilia Alshanetsky 2006-08-21 16:54:05 +00:00
parent f069754ab8
commit 1e101793bb

View File

@ -1044,9 +1044,6 @@ static PHP_METHOD(PDO, query)
/* something broke */
}
/* kill the object handle for the stmt here */
zval_dtor(return_value);
RETURN_FALSE;
}
/* }}} */