dcaliste / maep-qt

A map viewer for Jolla Sailfish OS
29 stars 14 forks source link

Segfault on exit #15

Closed vmatare closed 9 years ago

vmatare commented 9 years ago

This is not really a fix, I just commented out a line that causes a segfault in the GpsMap destructor. It seems to dereference some pointers that have already been destroyed at that time. Didn't go into the details of how to really fix it. On the other hand, the segfault prevents the settings from being saved and commenting out that line doesn't really hurt anything (as far as I could tell), so we might as well consider it a "fix" ;-)

dcaliste commented 9 years ago

I've corrected the segfault origin and reverted your last commit. It should be fine now !