#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 29 Oct 2018 18:18:01 +0100
changeset 23490 bd6f2284076d
parent 23489 7973350d82f8
child 23491 113096ef5a36
#BUGFIX by cg class: OSProcess changed: #startProcess
OSProcess.st
--- a/OSProcess.st	Mon Oct 29 18:07:09 2018 +0100
+++ b/OSProcess.st	Mon Oct 29 18:18:01 2018 +0100
@@ -894,7 +894,6 @@
     "/ nil those references here, because there is still a home-context reference from the
     "/ monitor-pid action block. Otheriwse, the garbage collector might not collect them.
     externalInStream := externalAuxStream := externalOutStream := externalErrorStream := nil.
-    callingProcess := nil.
     
     pid isNil ifTrue:[
         UserPreferences current logExecutedOSCommands ifTrue:[
@@ -920,7 +919,7 @@
     ^ true.
 
     "Modified (format): / 26-09-2018 / 18:43:12 / Stefan Vogel"
-    "Modified: / 29-10-2018 / 17:47:11 / Claus Gittinger"
+    "Modified: / 29-10-2018 / 18:17:21 / Claus Gittinger"
 ! !
 
 !OSProcess methodsFor:'terminating'!