pgsql: Upon closer inspection, Greg's psql tab completion patch leaks - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Upon closer inspection, Greg's psql tab completion patch leaks
Date
Msg-id 20050518050110.E5ACE528AF@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Upon closer inspection, Greg's psql tab completion patch leaks memory.
Fix the leak, and add a comment to note that the return value of
previous_word must be free'd.

Modified Files:
--------------
    pgsql/src/bin/psql:
        tab-complete.c (r1.128 -> r1.129)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c.diff?r1=1.128&r2=1.129)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: psql tab completion improvements, from Greg Sabino Mullane: *
Next
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: report the steps the script actually passed