ebiguy / RespeQt

RespeQt Atari serial peripheral emulator
GNU General Public License v2.0
31 stars 16 forks source link

fix for uninitialized pointer logWindow_ #56

Closed jzatarski closed 7 years ago

jzatarski commented 7 years ago

pointer logWindow_ was not ever initialized and was causing a crash if it had an invalid pointer and was dereferenced.