Searched refs:font_path_string (Results 1 – 2 of 2) sorted by relevance
82 static unsigned char *font_path_string; variable1774 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()
51310 On realloc failure, free font_path_string instead of leaking it51314 'font_path_string' nulled but not freed upon failure