Add missing cairo_destroy() call
This commit is contained in:
committed by
Benjamin Otte
parent
a66e4ebe1a
commit
11ee2abacc
@@ -315,6 +315,8 @@ expose_event (GtkWidget *widget,
|
||||
cairo_pattern_destroy (checkered);
|
||||
}
|
||||
|
||||
cairo_destroy (cr);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user