[pgpool-committers: 6681] pgpool: Fix unnecessary free pointed out by Coverity.
Tatsuo Ishii
ishii at sraoss.co.jp
Sat Apr 18 13:05:27 JST 2020
Fix unnecessary free pointed out by Coverity.
Since buf is already checked whether it is NULL or not, it is not
necessary to check the variable before freeing it.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9bc88a88142bc593698a58af38d05880c8b8b6c7
Modified Files
--------------
src/tools/pgenc/pg_enc.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
More information about the pgpool-committers
mailing list