Re: Memory leak using when using libpq PQExecParams() CRYPTO_zalloc()

2023-02-22 Thread Jeffrey Walton
On Wed, Feb 22, 2023 at 8:35 AM Michael Arnold wrote: > > Am looking for guidance on how to fix a memory leak when using libpq > PQExecParams(). Memory leaks through CRYPTO_zalloc() and arises when using > json_agg(). None-JSON based PQExecParams() calls are not leaking. > > Using Postgresql 1

Memory leak using when using libpq PQExecParams() CRYPTO_zalloc()

2023-02-22 Thread Michael Arnold
Hi, Am looking for guidance on how to fix a memory leak when using libpq PQExecParams(). Memory leaks through CRYPTO_zalloc() and arises when using json_agg(). None-JSON based PQExecParams() calls are not leaking. Using Postgresql 13.6 (Ubuntu 13.6-0ubuntu0.21.10.1) on x86_64-pc-linux-gnu, comp