Kaydet (Commit) f8943281 authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk3 fix mem leak

Change-Id: I2f751dbbe088531c6b560be57668d5b929ac20df
üst d335ab62
...@@ -3448,6 +3448,7 @@ gboolean GtkSalFrame::signalDraw( GtkWidget*, cairo_t *cr, gpointer frame ) ...@@ -3448,6 +3448,7 @@ gboolean GtkSalFrame::signalDraw( GtkWidget*, cairo_t *cr, gpointer frame )
SAL_INFO("vcl.gtk3", "\t" << i << " -> " << rect.x << "," << rect.y << " " << rect.width << "x" << rect.height); SAL_INFO("vcl.gtk3", "\t" << i << " -> " << rect.x << "," << rect.y << " " << rect.width << "x" << rect.height);
pThis->renderArea( cr, &rect ); pThis->renderArea( cr, &rect );
} }
cairo_rectangle_list_destroy(rects);
cairo_surface_flush(cairo_get_target(cr)); cairo_surface_flush(cairo_get_target(cr));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment