You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2017/07/21 17:25:12 UTC

svn propchange: r1802618 - svn:log

Author: ylavic
Revision: 1802618
Modified property: svn:log

Modified: svn:log at Fri Jul 21 17:25:12 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jul 21 17:25:12 2017
@@ -1,3 +1,3 @@
-core, mpm_event: Add ap_update_sb_handle() to avoid a small leak of
-ap_sb_handle_t when re-entering event's process_socket().
+core, mpm_event: Add ap_update_sb_handle() to avoid a small memory leak of
+sizeof(ap_sb_handle_t) when re-entering event's process_socket().