]> granicus.if.org Git - apache/commit
Initialize apr_thread_t pointer to NULL so that apr_os_thread_put()
authorJeff Trawick <trawick@apache.org>
Sat, 2 Jul 2011 18:53:29 +0000 (18:53 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 2 Jul 2011 18:53:29 +0000 (18:53 +0000)
commitc98f30321002b07250628076e283fb018ef60ab8
treeb3dd01d1c83ba829eb866b7eba8cfe4f83b8b76b
parenta6faa41fd145240888a63dae4d7a594f94b95aaf
Initialize apr_thread_t pointer to NULL so that apr_os_thread_put()
allocates a new one.  This resolves a crash seen on WinXP, caused
by r1103595.

Bad revision found by: Gregg L Smith <gls gknw.net>

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