barotto / IBMulator

The IBM PS/1 emulator.
https://barotto.github.io/IBMulator
GNU General Public License v3.0
112 stars 4 forks source link

IBMulator crashes upon termination (Windows version) #40

Closed barotto closed 5 years ago

barotto commented 5 years ago

When closed IBMulator causes a segmentation fault.

The fault happens in Devices::~Devices(), when the disk drive removes its fx audio channel from the Mixer (which has been already destroyed).

This is a different issue than #22

The Linux version appears to work, probably because the order of objects destruction is different.