remove an extraneous free(), thanks to Lioncash for spotting it

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@995 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2012-08-28 14:00:20 +00:00
parent 504d3df98f
commit b070e7d038

View File

@ -120,7 +120,6 @@ fail:
if (nwa)
{
close_nwa(nwa);
free(nwa);
}
return NULL;