Skip to content

EogImage: ref priv->anim to avoid double free issues

Alberto Ruiz requested to merge wip/anim-leak into master

gdk_pixbuf_loader_get_animation returns a GdkPixbufAnimation as (transfer none), EogImage is unreffing without reffing the object first creating a double free risk

Merge request reports