Browse Source

Fix stupid typo.

tags/v1.9.10
Stephane Letz 12 years ago
parent
commit
17e94e178e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/JackLibGlobals.h

+ 1
- 1
common/JackLibGlobals.h View File

@@ -108,7 +108,7 @@ struct JackLibGlobals
jack_error("Cleanup client ref = %d", i);
client->Close();
delete client;
JackGlobals::fClientTable[CLIENT_NUM] = NULL;
JackGlobals::fClientTable[i] = NULL;
}
}



Loading…
Cancel
Save