Forgot to close header file for PS2 WMUS.

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@922 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
snakemeat 2011-02-13 05:18:31 +00:00
parent ef1aa13b3d
commit 8489991ec9

View File

@ -96,6 +96,7 @@ VGMSTREAM * init_vgmstream_ps2_wmus(STREAMFILE *streamFile)
/* clean up anything we may have opened */
fail:
if (vgmstream) close_vgmstream(vgmstream);
if (streamFileWHED) close_streamfile(streamFileWHED);
if (vgmstream) close_vgmstream(vgmstream);
return NULL;
}