mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +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);
|
IDirectSoundBuffer_Release(ds->dsb);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ds)
|
if (ds->ds)
|
||||||
IDirectSound_Release(ds->ds);
|
IDirectSound_Release(ds->ds);
|
||||||
|
|
||||||
if (ds->event)
|
if (ds->event)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user