Browse Source

Correct RemoveAllPorts

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2472 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
61c49dec48
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      common/JackGraphManager.cpp

+ 2
- 0
common/JackGraphManager.cpp View File

@@ -387,6 +387,7 @@ void JackGraphManager::RemoveAllPorts(int refnum)
if (res < 0) {
jack_error("JackGraphManager::RemoveAllPorts failure ref = %ld port_index = %ld", refnum, port_index);
assert(true);
break;
}
}

@@ -397,6 +398,7 @@ void JackGraphManager::RemoveAllPorts(int refnum)
if (res < 0) {
jack_error("JackGraphManager::RemoveAllPorts failure ref = %ld port_index = %ld", refnum, port_index);
assert(true);
break;
}
}



Loading…
Cancel
Save