1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00

- missed memory leak in last commit

This commit is contained in:
Ivan Savenko 2010-10-25 19:47:57 +00:00
parent 923fed7dc1
commit 914212c9c1

View File

@ -608,6 +608,7 @@ SDL_Surface * CAnimation::image(size_t frame, size_t group)
void CAnimation::clear()
{
unload();
entries.clear();
}