mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-28 16:08:12 +01:00
remove debug output
This commit is contained in:
parent
acc05bde4a
commit
b5ed8495fb
1 changed files with 0 additions and 1 deletions
|
|
@ -238,7 +238,6 @@ ControlProtocolManager::teardown (ControlProtocolInfo& cpi)
|
|||
|
||||
delete cpi.state;
|
||||
cpi.state = 0;
|
||||
cerr << "Tear down CPI module for " << cpi.name << endl;
|
||||
delete (Glib::Module*) cpi.descriptor->module;
|
||||
/* cpi->descriptor is now inaccessible since dlclose() or equivalent
|
||||
* has been performed, and the descriptor is (or could be) a static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue