]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a crash with r742218 by calling apr_os_thread_put() properly.
authorJeff Trawick <trawick@apache.org>
Thu, 12 Feb 2009 21:40:20 +0000 (21:40 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 12 Feb 2009 21:40:20 +0000 (21:40 +0000)
commit65aa43059742e6a0c7901f78cd645e6cba85d077
tree865a6195f4169eec288fd0debd28d09f98e16fd7
parentad2b92fe05f42e89e36e9ee0263ce070ee0c639f
Fix a crash with r742218 by calling apr_os_thread_put() properly.

(The first parameter to apr_os_thread_put() must be initialized, either to
NULL or to an existing apr_thread_t.)

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