Memory leak fix

This commit is contained in:
Zeev Suraski 1999-05-11 00:09:22 +00:00
parent 0b77132507
commit 3e98dc5edc

View File

@ -145,6 +145,8 @@ int sapi_apache_header_handler(sapi_header_struct *sapi_header, sapi_headers_str
*p = ':'; /* a well behaved header handler shouldn't change its original arguments */
efree(sapi_header->header);
return 0; /* don't use the default SAPI mechanism, Apache duplicates this functionality */
}