mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
fix very unlikely null pointer dereference.
This commit is contained in:
parent
abfdcb5439
commit
f39d450640
1 changed files with 1 additions and 1 deletions
|
|
@ -1496,7 +1496,7 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
|||
default:
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
} else if (_session) {
|
||||
/* make sure we stop */
|
||||
_session->request_transport_speed (0.0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue