forked from AuroraMiddleware/gtk
stylecontext: Don't unref animation description
We get it without a ref since 6962b49a99
This commit is contained in:
parent
d994ace41e
commit
581cc59945
@ -3063,10 +3063,7 @@ gtk_style_context_notify_state_change (GtkStyleContext *context,
|
||||
return;
|
||||
|
||||
if (_gtk_animation_description_get_duration (desc) == 0)
|
||||
{
|
||||
_gtk_animation_description_unref (desc);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
||||
info = animation_info_lookup (context, region_id, state);
|
||||
|
||||
@ -3103,8 +3100,6 @@ gtk_style_context_notify_state_change (GtkStyleContext *context,
|
||||
priv->animations = g_slist_prepend (priv->animations, info);
|
||||
priv->animations_invalidated = TRUE;
|
||||
}
|
||||
|
||||
_gtk_animation_description_unref (desc);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user