mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
additional DEBUG_TRACE (Destruction) output
This commit is contained in:
parent
36d0a6e908
commit
d550292f8f
1 changed files with 1 additions and 0 deletions
|
|
@ -817,6 +817,7 @@ Session::destroy ()
|
|||
for (RouteList::iterator i = r->begin(); i != r->end(); ++i) {
|
||||
DEBUG_TRACE(DEBUG::Destruction, string_compose ("Dropping for route %1 ; pre-ref = %2\n", (*i)->name(), (*i).use_count()));
|
||||
(*i)->drop_references ();
|
||||
DEBUG_TRACE(DEBUG::Destruction, string_compose ("post pre-ref = %2\n", (*i)->name(), (*i).use_count()));
|
||||
}
|
||||
|
||||
r->clear ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue