spinbutton: Trivial cleanup

Use g_clear_object in a few places.
This commit is contained in:
Matthias Clasen 2015-10-28 16:35:16 -04:00
parent 4483636016
commit 811c1c9484

View File

@ -736,11 +736,8 @@ gtk_spin_button_finalize (GObject *object)
gtk_spin_button_unset_adjustment (spin_button); gtk_spin_button_unset_adjustment (spin_button);
if (priv->down_panel_context) g_clear_object (&priv->up_panel_context);
g_object_unref (priv->down_panel_context); g_clear_object (&priv->down_panel_context);
if (priv->up_panel_context)
g_object_unref (priv->up_panel_context);
g_object_unref (priv->swipe_gesture); g_object_unref (priv->swipe_gesture);