Fix memory leak in tab completion.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 790fa1fdd8bb32e2e9055dd47d76c2382c51c84a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-10-20T19:44:21Z
Releases: 9.1.2
Fix memory leak in tab completion.

This was introduced in commit e49ad77ff958b380ea6fa08c72e2dce97ac56c6b.
Fixed in another, more future-proof way in HEAD.

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +2 −1