Add a minimal template build to CI
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
parent
57ae154e86
commit
ae713f8980
3 changed files with 12 additions and 0 deletions
|
|
@ -3267,7 +3267,9 @@ TextServerFallback::TextServerFallback() {
|
|||
};
|
||||
|
||||
TextServerFallback::~TextServerFallback() {
|
||||
#ifdef MODULE_FREETYPE_ENABLED
|
||||
if (library != nullptr) {
|
||||
FT_Done_FreeType(library);
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue