#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 08 Feb 2017 00:43:58 +0100
changeset 4304 99d1752d9361
parent 4303 dc9dd4174b6e
child 4305 2e04f1ed00e8
#BUGFIX by cg class: BoltLock changed: #release missing super-release (to break dependencies)
BoltLock.st
--- a/BoltLock.st	Tue Feb 07 23:44:48 2017 +0100
+++ b/BoltLock.st	Wed Feb 08 00:43:58 2017 +0100
@@ -258,8 +258,10 @@
         ].
     ].
     wasBlocked ifFalse:[OperatingSystem unblockInterrupts].
+    super release.
 
     "Created: / 06-08-2012 / 16:00:04 / cg"
+    "Modified: / 08-02-2017 / 00:43:33 / cg"
 !
 
 waitForRead