]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix memory leak of apr_sockaddr_t and apr_socket_t in ap_mpm_pod_signal,
authorGreg Ames <gregames@apache.org>
Wed, 18 Jul 2001 21:16:40 +0000 (21:16 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 18 Jul 2001 21:16:40 +0000 (21:16 +0000)
commit590a1bde986dde8f8a41fb651c1fef2aaddc7559
tree82f2fe6b8d1eb6c51648fa7cea009d3402fe69fb
parentdb65b5a2a264f2430284423c93c1d92ef790ff1c
fix memory leak of apr_sockaddr_t and apr_socket_t in ap_mpm_pod_signal,
called by perform_idle_server_maintenance.

allocate & init one apr_sockaddr_t for the dummy connect at pod open time.
use a temporary subpool for the apr_socket_t

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89612 13f79535-47bb-0310-9956-ffa450edef68
include/mpm_common.h
server/mpm_common.c