EogImage: ref priv->anim to avoid double free issues
gdk_pixbuf_loader_get_animation returns a GdkPixbufAnimation as (transfer none), EogImage is unreffing without reffing the object first creating a double free risk
gdk_pixbuf_loader_get_animation returns a GdkPixbufAnimation as (transfer none), EogImage is unreffing without reffing the object first creating a double free risk