app: fix a string leak.
This commit is contained in:
parent
2edd6ccb95
commit
a43b894f53
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ gimp_rasterizable_restore (GimpRasterizable *rasterizable)
|
|||
|
||||
gimp_image_undo_group_end (image);
|
||||
gimp_image_flush (image);
|
||||
g_free (undo_text);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue