[pgpool-committers: 646] 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
------
V3_1_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6dfe43c3ab95adf34cde2c6b0825b4a520d79f7e
Modified Files
--------------
parser/outfuncs.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
More information about the pgpool-committers
mailing list