From 42a50158bcbae898bf7b915a70f04d093935e5e5 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Wed, 21 Jul 2004 16:25:37 +0000 Subject: Merge all not yet merged security fixes into the 4_3 branch --- ext/mssql/php_mssql.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mssql/php_mssql.c') diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index 7e9d28f8fe..489c655328 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -344,6 +344,7 @@ PHP_RINIT_FUNCTION(mssql) PHP_RSHUTDOWN_FUNCTION(mssql) { STR_FREE(MS_SQL_G(appname)); + MS_SQL_G(appname) = NULL; if (MS_SQL_G(server_message)) { STR_FREE(MS_SQL_G(server_message)); MS_SQL_G(server_message) = NULL; -- cgit v1.2.1