Catch by ref
This commit is contained in:
parent
758da22bd7
commit
3e010a4ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ sfz::FilePool::~FilePool()
|
|||
for (unsigned i = 0; i < threadPool.size(); ++i)
|
||||
try {
|
||||
workerBarrier.post();
|
||||
} catch (std::exception e) {
|
||||
} catch (std::exception& e) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue