app: fix a string leak.

This commit is contained in:
Jehan 2025-10-23 01:18:58 +02:00
parent 2edd6ccb95
commit a43b894f53

View file

@ -154,6 +154,7 @@ gimp_rasterizable_restore (GimpRasterizable *rasterizable)
gimp_image_undo_group_end (image);
gimp_image_flush (image);
g_free (undo_text);
}
/**