[pgpool-committers: 648] pgpool: Fix possible memory leak in nodeToString(). Since the memory co
Tatsuo Ishii
ishii at postgresql.org
Fri Sep 28 11:52:23 JST 2012
Fix possible memory leak in nodeToString(). Since the memory context
could be session context, memory used for String object may be
considerable if user session continues for hours or days.
See bug track #24 for more details.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=c080f58a6450687e0376b5b83ce71b5d75e07390
Modified Files
--------------
parser/outfuncs.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
More information about the pgpool-committers
mailing list