Merge pull request #16 from wdlkmpx/patch2

src/gfx.c: don't g_object_unref(pixsurf)
This commit is contained in:
Eugene Morozov 2021-07-13 19:11:03 +03:00 committed by GitHub
commit 6e53b6686d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,9 +332,6 @@ void remake_board(gint numoldchilds, gboolean isnextvalid) {
cxs = gtkbTheme->emptycell.xsize;
cys = gtkbTheme->emptycell.ysize;
gtk_widget_set_size_request(mw_get_da(), rules_get_width() * cxs, rules_get_height() * cys);
if (pixsurf) {
g_object_unref(pixsurf);
}
if (pixsurf) {
cairo_surface_destroy (pixsurf);