Free widget path, should have been part of 900752b152

This commit is contained in:
Paul Cornett
2018-05-31 11:11:21 -07:00
parent 900752b152
commit 74904281e4

View File

@@ -897,6 +897,7 @@ static int GetScrollbarWidth()
gtk_style_context_get_margin(sc, GTK_STATE_FLAG_NORMAL, &border); gtk_style_context_get_margin(sc, GTK_STATE_FLAG_NORMAL, &border);
width += border.left + border.right; width += border.left + border.right;
gtk_widget_path_unref(path);
StyleContextFree(sc); StyleContextFree(sc);
} }
else else