fix another potential memory leak
This commit is contained in:
@@ -27,3 +27,8 @@ ContentGfxCache::ContentGfxCache(const Content* content, Assets* assets) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ContentGfxCache::~ContentGfxCache()
|
||||
{
|
||||
delete[] sideregions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user