You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix segfaults accessing _OpenSlideMap after OpenSlide released
Rework destructor and close() handling to ensure that:
- Operations on an _OpenSlideMap object don't crash if its parent
OpenSlide object has been freed.
- Operations on an _OpenSlideMap object raise an exception, rather than
crashing, if the parent OpenSlide object has been explicitly closed.
- Freeing an OpenSlide object during interpreter shutdown correctly
releases the OpenSlide handle.
Closes#6.
0 commit comments