Files
ardour/libs/surfaces/mackie/strip.cc
Marijn Kruisselbrink 0e799357a8 Fix crash in mackie strip code.
Strip::notify_property_changed accesses _stripable without verifying
that is not null. However it is possible for this to be null, so
add a null check.
2021-12-13 21:03:38 -07:00

34 KiB