mirror of https://github.com/GNOME/gimp.git
app: fix leaking a GimpMybrushSurface struct.
Reported by Massimo, as again and again! \o/
This commit is contained in:
parent
0359427756
commit
24e44c13cd
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue