mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-10 19:29:37 +00:00
Fix memory leak forgetting to clean up fontconfig
This commit is contained in:
@@ -139,7 +139,7 @@ pub const Fontconfig = struct {
|
||||
}
|
||||
|
||||
pub fn deinit(self: *Fontconfig) void {
|
||||
_ = self;
|
||||
self.fc_config.destroy();
|
||||
}
|
||||
|
||||
/// Discover fonts from a descriptor. This returns an iterator that can
|
||||
|
||||
Reference in New Issue
Block a user