libpq: Fix memory leak in URI parser When an invalid query parameter is reported, some memory leaks.
found by Coverity Branch ------ REL9_2_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/1c8c084cdc136388835e0d703a5e26272e0a8f2f Modified Files -------------- src/interfaces/libpq/fe-connect.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
