]> granicus.if.org Git - php/commitdiff
Fix for #2457.
authorAndrei Zmievski <andrei@php.net>
Thu, 7 Oct 1999 13:23:33 +0000 (13:23 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 7 Oct 1999 13:23:33 +0000 (13:23 +0000)
request_info.c

index 86f3bcc22c5ca990407fa28a6ca09fc814c2cfc3..7c917584c42ced4fea86e0cbbb2f796f5c123ab8 100644 (file)
@@ -91,6 +91,7 @@ int php3_init_request_info(void *conf)
 int php3_destroy_request_info(void *conf)
 {
        /* see above for why we don't want to efree() request_info.filename */
+       STR_FREE(request_info.current_user);
        return SUCCESS;
 }
 #endif