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:
parent
9137adbe17
commit
d9f17ec8c3
3 changed files with 5 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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")) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue