agroal / pgagroal

High-performance connection pool for PostgreSQL
https://agroal.github.io/pgagroal/
BSD 3-Clause "New" or "Revised" License
667 stars 59 forks source link

[401] Change JSON based command return paths #402

Closed fluca1978 closed 5 months ago

fluca1978 commented 5 months ago

Fixes the return path of the management functions that use cJSON objects to ensure that all the objects are freed appropriately. Also changes the return value to reflect the command exit status as provided by the JSON object.

Close #401

jesperpedersen commented 5 months ago

Merged.

Thanks for your contribution !