diff options
-rw-r--r-- | Alc/dsound.c | 6 |
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) |