FBFontRenderClass/CNeutrinoFonts: ensure reset of some instances

Only for safety.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 71d0c42a47
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-06-15 01:01:54 +02:00
parent e3bd6e917d
commit 1e49b4ab61
2 changed files with 10 additions and 4 deletions

View File

@@ -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);