Camino only - Bug 352827: Fix leak in Appearance prefpane. Patch by smorgan <stuart.morgan@alumni.case.edu> r/sr=pink

This commit is contained in:
stridey%gmail.com 2006-10-27 15:20:02 +00:00
Родитель e4ba3378e7
Коммит c8a06c6f64
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -175,6 +175,7 @@
// we use the dictionaries in this array as temporary storage of font
// values until the pane is unloaded, at which time they are saved
[mRegionMappingTable release];
mRegionMappingTable = [[NSArray arrayWithContentsOfFile:resPath] retain];
[self loadFontPrefs];