diff --git a/src/st/st-icon.c b/src/st/st-icon.c index 7235dc1a8..6101107f1 100644 --- a/src/st/st-icon.c +++ b/src/st/st-icon.c @@ -149,7 +149,7 @@ st_icon_dispose (GObject *gobject) { clutter_actor_destroy (priv->pending_texture); g_object_unref (priv->pending_texture); - priv->icon_texture = NULL; + priv->pending_texture = NULL; } if (priv->gicon)