Closed seisatsu closed 7 years ago
Bisect shows the bug was introduced in 37a609577d48c42f485e1b4433632c0b095bf0bc. There's nothing wrong with the code at first glance.
@seisatsu: I can't reproduce this on my system. Do you think it might be a Linux thing?
Fixed in c386c3c6b655e65b24196f19fe48d36643f730bd.
We are currently segfaulting on shutdown.
This seems to have been introduced during WidgetManager development, and these are almost always caused by a missing or extraneous init, create, or free in an SDL library. Fix this.It's actually caused during a Mix_FreeMusic call on shutdown. Can't tell why it's breaking.