Fix segfault: don't try to use midnam:update extension if host doesn't support it
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
@@ -581,7 +581,8 @@ run (LV2_Handle instance, uint32_t n_samples)
|
||||
inform_ui (self);
|
||||
|
||||
#ifdef LV2_EXTENDED
|
||||
self->midnam->update (self->midnam->handle);
|
||||
if (self->midnam)
|
||||
self->midnam->update (self->midnam->handle);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user