]> granicus.if.org Git - postgresql/commit
Fix memory leak in tab completion.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2011 19:44:21 +0000 (15:44 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2011 19:44:21 +0000 (15:44 -0400)
commit790fa1fdd8bb32e2e9055dd47d76c2382c51c84a
tree5f304188461f860450760aa0c6b171f40ad287fc
parent13a867825a0aafb7f9b417cc4e52cd5d8988eabc
Fix memory leak in tab completion.

This was introduced in commit e49ad77ff958b380ea6fa08c72e2dce97ac56c6b.
Fixed in another, more future-proof way in HEAD.
src/bin/psql/tab-complete.c