Don't unref the event source or the property bag

2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* bonobo-config-archiver.c (bonobo_config_archiver_destroy): Don't
	unref the event source or the property bag
This commit is contained in:
Bradford Hovinen 2001-07-27 22:21:38 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 9137adbe17
commit d9f17ec8c3
3 changed files with 5 additions and 7 deletions

View file

@ -1,5 +1,8 @@
2001-07-27 Bradford Hovinen <hovinen@ximian.com>
* bonobo-config-archiver.c (bonobo_config_archiver_destroy): Don't
unref the event source or the property bag
* RELEASE : 1.5.2
2001-07-24 Richard Hestilow <hestilow@ximian.com>

View file

@ -528,13 +528,7 @@ bonobo_config_archiver_destroy (GtkObject *object)
if (archiver_db->fp)
fclose (archiver_db->fp);
#if 0
if (archiver_db->es)
bonobo_object_unref (BONOBO_OBJECT (archiver_db->es));
#endif
if (archiver_db->pb)
bonobo_object_unref (BONOBO_OBJECT (archiver_db->pb));
parent_class->destroy (object);
}

View file

@ -118,6 +118,7 @@ bonobo_moniker_archiver_factory (BonoboGenericFactory *this,
const char *object_id,
void *closure)
{
free (malloc (10));
if (!strcmp (object_id, "OAFIID:Bonobo_Moniker_archiver")) {