(impl_dispose): Do unref the config_listener here [I
fixed the finalize crash we were getting]. svn path=/trunk/; revision=18711
This commit is contained in:
@ -1112,7 +1112,7 @@ impl_dispose (GObject *object)
|
||||
}
|
||||
|
||||
if (priv->config_listener != NULL) {
|
||||
/* g_object_unref (priv->config_listener); FIXME */
|
||||
g_object_unref (priv->config_listener);
|
||||
priv->config_listener = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user