Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Project
»
Newsgroups
»
php.internals
»
small possible memory leak fix to pg_exectue()
»
small possible memory leak fix to pg_exectue()
php.internals
Yasuo Ohgaki
20 years ago
Is it ok to commit it to PHP_5_1? The fix is just rase error after PQClear(). (i.e. change the line of PHP_PQ_ERROR after PQClear())
-- Yasuo Ohgaki