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