Skip to content

Fix annoying crash on exit

Ismael Asensio requested to merge work/fix_exitcrash into master

Block emitting signals in BasketScene destructor.

The destructor calls deleteNotes(), which emits some signals to update the status bar. This was crashing since BNPview was being already set to nullptr.

This seemed to me the simpler way to avoid this crash.

Merge request reports