mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] main: destroy and finish fontconfig usage
Fixes ASAN reported memory leak
This commit is contained in:
@@ -49,6 +49,8 @@ static inline double util_clamp(double x, double min, double max)
|
||||
return x;
|
||||
}
|
||||
|
||||
bool util_initUIFonts(void);
|
||||
void util_freeUIFonts(void);
|
||||
char * util_getUIFont(const char * fontName);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user