Home
last modified time | relevance | path

Searched refs:font_path_string (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c82 static unsigned char *font_path_string; variable
1774 c = realloc(font_path_string, len); in GetFontPath()
1776 free(font_path_string); in GetFontPath()
1777 font_path_string = NULL; in GetFontPath()
1781 font_path_string = c; in GetFontPath()
1791 *result = font_path_string; in GetFontPath()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog51310 On realloc failure, free font_path_string instead of leaking it
51314 'font_path_string' nulled but not freed upon failure