diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/text.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.c b/src/ui/text.c index cbce4715..44897a70 100644 --- a/src/ui/text.c +++ b/src/ui/text.c | |||
@@ -1808,6 +1808,7 @@ static iRect run_Font_(iFont *d, const iRunArgs *args) { | |||
1808 | iForEach(Array, b, &buffers) { | 1808 | iForEach(Array, b, &buffers) { |
1809 | deinit_GlyphBuffer_(b.value); | 1809 | deinit_GlyphBuffer_(b.value); |
1810 | } | 1810 | } |
1811 | deinit_Array(&buffers); | ||
1811 | deinit_AttributedText(&attrText); | 1812 | deinit_AttributedText(&attrText); |
1812 | return bounds; | 1813 | return bounds; |
1813 | } | 1814 | } |