mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
Fix typo
This commit is contained in:
parent
51ac125f65
commit
c8f28f25d7
@ -260,7 +260,7 @@ static void dsound_free(void *data)
|
||||
IDirectSoundBuffer_Release(ds->dsb);
|
||||
}
|
||||
|
||||
if (ds)
|
||||
if (ds->ds)
|
||||
IDirectSound_Release(ds->ds);
|
||||
|
||||
if (ds->event)
|
||||
|
Loading…
Reference in New Issue
Block a user