bastibe/PySoundCard

properly destroy stream pointer for context manager

Closed this issue · 1 comments

The context manager currently closes the Stream, but leaves a dangling stream pointer. This causes trouble when __del__ is called after __exit__.

Fixed in 7914b5a