aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/dsound.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r--Alc/dsound.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c
index a75e6922..86d164bb 100644
--- a/Alc/dsound.c
+++ b/Alc/dsound.c
@@ -578,12 +578,8 @@ void alcDSoundDeinit(void)
NumDevices = 0;
if(ds_handle)
- {
-#ifdef _WIN32
FreeLibrary(ds_handle);
-#endif
- ds_handle = NULL;
- }
+ ds_handle = NULL;
}
void alcDSoundProbe(enum DevProbe type)