Skip to content

Commit 449b875

Browse files
committed
Dictionary handles are now cleared on exit
1 parent f2cf076 commit 449b875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/synthDrivers/_ibmeci.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def run(self):
163163
param_event.set()
164164
elif msg.message == WM_KILL:
165165
dll.eciDelete(handle)
166+
dictHandles.clear()
166167
stopped.set()
167168
break
168169
else:

0 commit comments

Comments
 (0)