Skip to content

Commit 13f29dc

Browse files
authored
Merge pull request swiftlang#2631 from spevans/pr_sr_6450
2 parents a5aa8a0 + b15e4f4 commit 13f29dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Foundation/Process.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,7 @@ open class Process: NSObject {
11261126
} while( self.isRunning == true && RunLoop.current.run(mode: .default, before: Date(timeIntervalSinceNow: 0.05)) )
11271127

11281128
self.runLoop = nil
1129+
self.runLoopSource = nil
11291130
}
11301131
}
11311132

0 commit comments

Comments
 (0)