summaryrefslogtreecommitdiff
path: root/mod_php3.c
diff options
context:
space:
mode:
Diffstat (limited to 'mod_php3.c')
-rw-r--r--mod_php3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod_php3.c b/mod_php3.c
index 85451001b4..333bbc90fa 100644
--- a/mod_php3.c
+++ b/mod_php3.c
@@ -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 */
}