fix crash during session deletion as monitor section tries to update

This commit is contained in:
Paul Davis 2015-05-07 22:36:07 -04:00
parent f082e45298
commit 318c919c41

View File

@ -1333,7 +1333,7 @@ MonitorSection::output_button_resized (Gtk::Allocation& alloc)
void
MonitorSection::update_output_display ()
{
if (!_route || !_monitor) {
if (!_route || !_monitor || _session->deletion_in_progress()) {
return;
}