From 7b537c795bd174b4b02418a37b377b4da5cfe266 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 17 Nov 2018 06:07:04 -0800 Subject: Don't pass the current thread to althrd_setname --- Alc/alc.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Alc/alc.cpp') 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) -- cgit v1.2.3