From: Martin Kraemer Date: Tue, 20 Sep 2005 15:11:26 +0000 (+0000) Subject: Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof()) X-Git-Tag: 2.3.0~2982 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21347fd9a2aef5875a1a5a17e6bdb2c901c14afd;p=thirdparty%2Fapache%2Fhttpd.git Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof()) Reported by David Blake in 2003, including patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290465 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d5793b3b006..a08aaa2d608 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) Fix PR 25659 - Memory leak in ssl_util_algotypeof() + [David Blake , Martin Kraemer] + *) Fix mod_dbd's config [Brian J. France ] *) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as