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