]> granicus.if.org Git - apache/commitdiff
Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof())
authorMartin Kraemer <martin@apache.org>
Tue, 20 Sep 2005 15:11:26 +0000 (15:11 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 20 Sep 2005 15:11:26 +0000 (15:11 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index d5793b3b0067ffa674a257e002be4db66020af41..a08aaa2d608e34d64cc59e25f3fbd67b66c19eef 100644 (file)
--- 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 <dblake hp com>, Martin Kraemer]
+
   *) Fix mod_dbd's config [Brian J. France <list firehawksystems.com>]
 
   *) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as