libpq: Fix memory leak in URI parser When an invalid query parameter is reported, some memory leaks.
found by Coverity Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/4faf074a53bb8e8e03714ce2746b9d11a95dc6e5 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
