Add a minimal template build to CI

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
Aaron Franke 2021-11-12 09:30:34 -06:00
parent 57ae154e86
commit ae713f8980
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
3 changed files with 12 additions and 0 deletions

View file

@ -3267,7 +3267,9 @@ TextServerFallback::TextServerFallback() {
};
TextServerFallback::~TextServerFallback() {
#ifdef MODULE_FREETYPE_ENABLED
if (library != nullptr) {
FT_Done_FreeType(library);
}
#endif
};