app: fix leaking a GimpMybrushSurface struct.

Reported by Massimo, as again and again! \o/
This commit is contained in:
Jehan 2021-08-16 22:39:06 +02:00
parent 0359427756
commit 24e44c13cd
1 changed files with 1 additions and 0 deletions

View File

@ -527,6 +527,7 @@ gimp_mypaint_surface_destroy (MyPaintSurface *base_surface)
g_clear_object (&surface->buffer);
g_clear_object (&surface->paint_mask);
g_free (surface);
}
GimpMybrushSurface *