Commit 1ceba26
committed
fix issue #1; close open streams in exit handler
+ Apparently older versions of portaudio don't handle closing any open
streams which would sometimes cause a segmentation fault while exiting
python. This commit makes sure any open streams are closed in the
atexit handler1 parent dcf9f73 commit 1ceba26
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2754 | 2754 | | |
2755 | 2755 | | |
2756 | 2756 | | |
| 2757 | + | |
| 2758 | + | |
| 2759 | + | |
| 2760 | + | |
| 2761 | + | |
| 2762 | + | |
| 2763 | + | |
| 2764 | + | |
| 2765 | + | |
2757 | 2766 | | |
2758 | 2767 | | |
2759 | 2768 | | |
| |||
0 commit comments