diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-13 22:17:09 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-13 22:17:09 +0000 |
commit | 1cca60e704a2968c466038893faa722ead9927a2 (patch) | |
tree | 59d8635c0c1d392aac43992ab7152d8576e95872 /sapi/isapi/php4isapi.c | |
parent | 603aca0bb3044b87e3fca392ca6bbbe7f31cb64f (diff) | |
download | php-git-1cca60e704a2968c466038893faa722ead9927a2.tar.gz |
Fix a few memory leaks
Diffstat (limited to 'sapi/isapi/php4isapi.c')
-rw-r--r-- | sapi/isapi/php4isapi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 797eb73310..80b50cf1d7 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -343,9 +343,7 @@ static void sapi_isapi_register_server_variables(zval *track_vars_array ELS_DC S if (colon) { char *value = colon+1; - zval *entry; - ALLOC_ZVAL(entry); while (*value==' ') { value++; } |