|
@@ -107,9 +107,9 @@ int JackEngine::AllocateRefnum() |
|
|
void JackEngine::ReleaseRefnum(int ref) |
|
|
void JackEngine::ReleaseRefnum(int ref) |
|
|
{ |
|
|
{ |
|
|
fClientTable[ref] = NULL; |
|
|
fClientTable[ref] = NULL; |
|
|
int i; |
|
|
|
|
|
|
|
|
|
|
|
if (fEngineControl->fTemporary) { |
|
|
if (fEngineControl->fTemporary) { |
|
|
|
|
|
int i; |
|
|
for (i = REAL_REFNUM; i < CLIENT_NUM; i++) { |
|
|
for (i = REAL_REFNUM; i < CLIENT_NUM; i++) { |
|
|
if (fClientTable[i]) |
|
|
if (fClientTable[i]) |
|
|
break; |
|
|
break; |
|
|