app: free GList (leak reported by Massimo).

This commit is contained in:
Jehan 2021-08-16 19:29:46 +02:00
parent b93c416e42
commit 140652a478
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ gimp_ink_motion (GimpPaintCore *paint_core,
g_object_unref (color);
g_list_free_full (blob_unions, g_free);
g_list_free (blobs_to_render);
}
static GimpBlob *