]> granicus.if.org Git - apache/commit
Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat to
authorRyan Bloom <rbb@apache.org>
Tue, 4 Jan 2000 19:01:04 +0000 (19:01 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 4 Jan 2000 19:01:04 +0000 (19:01 +0000)
commit528afcc4d6549c42bbba3daf6a11d2ede41a9665
tree6c05c23019abd4d8532652c4fba464c13d52adb2
parentd453b6e198ecccbbe21f372c31ef85db12643dbf
Initialize all ap_file_t's to NULL.  This allows ap_open and ap_stat to
work together without causing memory leaks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84393 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
modules/filters/mod_include.c
modules/generators/mod_asis.c
modules/generators/mod_autoindex.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_mime_magic.c
server/config.c
server/log.c
server/mpm/prefork/prefork.c
server/util.c