php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #41577
Patch reinitialize-dotnet_domain-struct-member revision 2014-03-13 15:12 UTC by a dot kasparas at gmc dot lt
Patch stop_rshutdown_release revision 2013-02-19 05:02 UTC by ku at digitaldolphins dot jp

Patch stop_rshutdown_release for COM related Bug #41577

Patch version 2013-02-19 05:02 UTC

Return to Bug #41577 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions:

Developer: ku@digitaldolphins.jp

From afd50aae82e9a158379a6e4868161c89706f0fb4 Mon Sep 17 00:00:00 2001
From: ku <ku@digitaldolphins.jp>
Date: Thu, 14 Feb 2013 15:32:55 +0900
Subject: [PATCH 11/11] =?UTF-8?q?dotnet=E8=90=BD=E3=81=A1=E5=9B=9E=E9=81=BF=E3?=
 =?UTF-8?q?=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ext/com_dotnet/com_dotnet.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/com_dotnet/com_dotnet.c b/ext/com_dotnet/com_dotnet.c
index 7fbdae1..ff79092 100644
--- a/ext/com_dotnet/com_dotnet.c
+++ b/ext/com_dotnet/com_dotnet.c
@@ -314,8 +314,8 @@ void php_com_dotnet_rshutdown(TSRMLS_D)
 	struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff);
 	
 	if (stuff->dotnet_domain) {
-		IDispatch_Release(stuff->dotnet_domain);
-		stuff->dotnet_domain = NULL;
+	//	IDispatch_Release(stuff->dotnet_domain);
+	//	stuff->dotnet_domain = NULL;
 	}
 }
 
-- 
1.7.11.msysgit.1

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC