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