(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:
Ettore Perazzoli
2002-11-11 21:21:00 +00:00
parent 8f7b3fabe5
commit e1e75fa38d
2 changed files with 6 additions and 1 deletions

View File

@ -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;
}