Remove somebody's ill-considered free() call, per report from Chander Ganesan.

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

Commit: a50606de91fea47120daea9686956bcf0bc52bac
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-12T05:14:49Z
Releases: 8.2.0
Remove somebody's ill-considered free() call, per report from Chander Ganesan.
No, I do not care whether Coverity considers this a memory leak.
It's entirely not worth the code space to do it correctly.

Files

PathChange+/−
src/bin/pg_ctl/pg_ctl.c modified +1 −2