Skip to content

load-graph: fix `GdkRGBA` leak

gdk_rgba_copy() dynamically allocates the copy. Do not use that, instead simply copy the value as-is.

Merge request reports