Changeset - r5154:05517a0f26d2
[Not reviewed]
master
0 1 0
peter1138 - 18 years ago 2006-11-24 18:37:40
peter1138@openttd.org
(svn r7249) -Fix (r7248): Missed a free()...
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
fontcache.c
Show inline comments
 
@@ -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;
 
		}
 

	
0 comments (0 inline, 0 general)