This commit is contained in:
Alcaro 2013-09-28 22:39:03 +02:00
parent 51ac125f65
commit c8f28f25d7

View File

@ -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)