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:
parent
b1cc087a67
commit
eca85ac327
1 changed files with 1 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue