mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 00:47:43 +01:00
fix crash-inducing debug output caused by indirecting through null err_streams argument to reset_plugin_counts()
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3521 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
38558fe9d1
commit
d0062541da
1 changed files with 0 additions and 2 deletions
|
|
@ -1186,7 +1186,6 @@ Route::_reset_plugin_counts (uint32_t* err_streams)
|
|||
/* A: PreFader */
|
||||
|
||||
if (check_some_plugin_counts (insert_map[PreFader], n_inputs (), err_streams)) {
|
||||
cerr << "Pre -- going to streamcount, err_streams = " << *err_streams << endl;//DEBUG
|
||||
goto streamcount;
|
||||
}
|
||||
|
||||
|
|
@ -1205,7 +1204,6 @@ Route::_reset_plugin_counts (uint32_t* err_streams)
|
|||
/* B: PostFader */
|
||||
|
||||
if (check_some_plugin_counts (insert_map[PostFader], initial_streams, err_streams)) {
|
||||
cerr << "Post -- going to streamcount, err_streams = " << *err_streams << endl;//DEBUG
|
||||
goto streamcount;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue