make sure font fd's get closed when a new skin is loaded

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24803 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-02-21 02:53:50 +00:00
parent b1cc087a67
commit eca85ac327

View file

@ -55,6 +55,7 @@ void skin_font_init(void)
font_table[i].buffer = NULL;
font_table[i].ref_count = 0;
}
first_load = false;
}
/* load a font into the skin buffer. return the font id. */