mirror of https://github.com/OpenTTD/OpenTTD
(svn r7249) -Fix (r7248): Missed a free()...
parent
6fabaeeb23
commit
8d175ccb13
|
@ -372,6 +372,7 @@ void InitializeUnicodeGlyphMap(void)
|
|||
for (i = 0; i < 256; i++) {
|
||||
if (_unicode_glyph_map[size][i] != NULL) free(_unicode_glyph_map[size][i]);
|
||||
}
|
||||
free(_unicode_glyph_map[size]);
|
||||
_unicode_glyph_map[size] = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue