Merge pull request #317 from Alcaro/master

Fix typo
This commit is contained in:
Hans-Kristian Arntzen 2013-09-28 13:55:47 -07:00
commit 81ea4b36ff
1 changed files with 1 additions and 1 deletions

View File

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