inscription: Plug a memory leak

PangoLayoutIter needs to be freed.
This commit is contained in:
Matthias Clasen
2022-08-12 20:01:34 -04:00
parent c7a55faf37
commit 1640390839

View File

@@ -490,6 +490,7 @@ gtk_inscription_allocate (GtkWidget *widget,
}
}
}
pango_layout_iter_free (iter);
}
break;