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:
parent
923fed7dc1
commit
914212c9c1
@ -608,6 +608,7 @@ SDL_Surface * CAnimation::image(size_t frame, size_t group)
|
||||
|
||||
void CAnimation::clear()
|
||||
{
|
||||
unload();
|
||||
entries.clear();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user