app: don't leak all buffers in gimp_brush_core_replace_canvas()

This commit is contained in:
Michael Natterer
2012-05-07 02:47:39 +02:00
parent 87e266a94b
commit 47c495a8f9

View File

@ -999,6 +999,8 @@ gimp_brush_core_replace_canvas (GimpBrushCore *core,
brush_opacity, brush_opacity,
image_opacity, image_opacity,
mode); mode);
g_object_unref (paint_mask);
} }
} }