Author: mlytwyn
Date: Thu Jan 14 19:12:52 2016
New Revision: 39275

URL: http://svn.gna.org/viewcvs/gnustep?rev=39275&view=rev
Log:
NSDistantObject destroyed before reaching exception handling

Modified:
    libs/base/branches/gnustep_testplant_branch/Source/NSDistantObject.m

Modified: libs/base/branches/gnustep_testplant_branch/Source/NSDistantObject.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/NSDistantObject.m?rev=39275&r1=39274&r2=39275&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/NSDistantObject.m        
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/NSDistantObject.m        
Thu Jan 14 19:12:52 2016
@@ -605,6 +605,7 @@
 
   NS_DURING
   {
+    [[self retain] autorelease];
     [_connection forwardInvocation: anInvocation forProxy: self];
   }
   NS_HANDLER


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to