mirror of https://github.com/postgres/postgres
The leak is caused by the memory allocation in src/interfaces/ecpg/lib/execute.c in line 669 which is never freed. Adding a "free(array_query);" after PQexec in line 671 seems to fix the leak. Thorsten KnabeREL7_1_STABLE
parent
3bdadd0426
commit
6b75942c72
Loading…
Reference in new issue