Font: fix memleak on Linux

This commit is contained in:
李通洲
2022-10-11 16:10:15 +08:00
parent 424fbfc9c9
commit 9bc5c99fc8
+1
View File
@@ -23,6 +23,7 @@ static void printFont(const FFFontResult* font)
}
ffStrbufWriteTo(&gtk, stdout);
ffStrbufDestroy(&gtk);
}
#elif defined(__APPLE__)