Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix #466, leak of memory after call pq
Revealed by sequence from test 321: INSERT INTO pq VALUES ( 'test' ); CALL PQ ('pq', 'test 1', 1 as docs, 0 as docs_json ); (RAM segment is created during call, and not deleted at the end)
- Loading branch information