mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -99,7 +99,7 @@ FBFontRenderClass::~FBFontRenderClass()
|
||||
for (fontListEntry * f = font; f; f = g)
|
||||
{
|
||||
g = f->next;
|
||||
delete f;
|
||||
delete f; f = NULL;
|
||||
}
|
||||
|
||||
FTC_Manager_Done(cacheManager);
|
||||
|
Reference in New Issue
Block a user