more debugging external LV2 GUI cleanup
git-svn-id: svn://localhost/ardour2/branches/3.0@9724 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -271,7 +271,7 @@ LV2PluginUI::lv2ui_free()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_SUIL
|
#ifdef HAVE_SUIL
|
||||||
cerr << "Calling suil_instance_free() to clean up "
|
std::cerr << "Calling suil_instance_free() to clean up "
|
||||||
<< (_lv2->is_external_ui() ? " external " : " internal ")
|
<< (_lv2->is_external_ui() ? " external " : " internal ")
|
||||||
<< "UI\n";
|
<< "UI\n";
|
||||||
suil_instance_free((SuilInstance*)_inst);
|
suil_instance_free((SuilInstance*)_inst);
|
||||||
|
|||||||
Reference in New Issue
Block a user