diff options
author | Chris Robinson <[email protected]> | 2018-11-17 06:07:04 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 06:07:04 -0800 |
commit | 7b537c795bd174b4b02418a37b377b4da5cfe266 (patch) | |
tree | b0e7485d4ae66518194bd03128f56ffda1c199ec /Alc/alc.cpp | |
parent | 1fae8c16a8c0634ffa44b4a2e25f3be4899ea7e2 (diff) |
Don't pass the current thread to althrd_setname
Diffstat (limited to 'Alc/alc.cpp')
-rw-r--r-- | Alc/alc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/alc.cpp b/Alc/alc.cpp index 65023fe1..c719eaa9 100644 --- a/Alc/alc.cpp +++ b/Alc/alc.cpp @@ -1248,8 +1248,6 @@ static void alc_deinit_safe(void) if(LogFile != stderr) fclose(LogFile); LogFile = nullptr; - - althrd_deinit(); } static void alc_deinit(void) |