]> granicus.if.org Git - apache/commit
core: deregister all hooks before leaving pconf, otherwise some late cleanup
authorYann Ylavic <ylavic@apache.org>
Wed, 27 Sep 2017 16:28:09 +0000 (16:28 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 27 Sep 2017 16:28:09 +0000 (16:28 +0000)
commitec5ba5d3827a794e1f3d0eff8d9691edaeb96b9f
treebe1677e8bea39d29b4e6378eec0a67492d1dec58
parentc7ea137723331de610d59837d2fa56e5f34dfbab
core: deregister all hooks before leaving pconf, otherwise some late cleanup
or function call (e.g. ap_log) may use one while DSOs are unloaded.

See PR 61558 (double/second fault).

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