Fixed minor memory leak.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9929 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-10-03 22:09:33 +00:00
parent 7111b83a63
commit 71fee00dbd

View File

@ -174,7 +174,7 @@ bool SFXBuffer::loadVorbisBuffer(const std::string &name, ALuint buffer)
free(data);
ov_clear(&oggFile);
fclose(file);
return success;
}