node-editor: Plug a memory leak

This commit is contained in:
Matthias Clasen 2023-04-27 06:51:30 +02:00
parent cc682a96d9
commit c237643b24

View File

@ -78,6 +78,8 @@ gtk_renderer_paintable_paintable_snapshot (GdkPaintable *paintable,
gdk_paintable_snapshot (GDK_PAINTABLE (texture), snapshot, width, height);
g_object_unref (texture);
gsk_render_node_unref (node);
}
static int