diff options
-rw-r--r-- | gtk/gtkpopover.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c index dff0ab6c5a..3be2803a7d 100644 --- a/gtk/gtkpopover.c +++ b/gtk/gtkpopover.c @@ -1414,6 +1414,7 @@ create_arrow_render_node (GtkPopover *popover) stroke = gsk_stroke_new (border.bottom + 1); gtk_snapshot_push_stroke (snapshot, path, stroke); + gsk_stroke_free (stroke); gsk_path_get_bounds (path, &bounds); gtk_snapshot_append_color (snapshot, border_color, &bounds); |