1
1

1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gcorba.c (do_window_close): Removed call to CORBA_free, as
	PortableServer_POA_deactivate_object already calls CORBA_free on
	the object.
Этот коммит содержится в:
Miguel de Icaza 1999-02-10 02:13:23 +00:00
родитель 0afe42d919
Коммит 7109c92eae
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,8 @@
1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gcorba.c (do_window_close): Removed call to CORBA_free, as
PortableServer_POA_deactivate_object already calls CORBA_free on
the object.
1999-02-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
* glayout.c (gnome_close_panel_event): This function should return
@ -16,7 +21,7 @@
1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gcorba.c (impl_GNOME_FileManagerFactory_create_window): Fix bug
(impl_GNOME_FileManagerFactory_create_window): Fix bug
spooted by federico. I was connecting to the wrong signal.
1999-02-09 Federico Mena Quintero <federico@nuclecu.unam.mx>

Просмотреть файл

@ -125,7 +125,6 @@ do_window_close(GtkWidget *widget, gpointer _servant)
CORBA_exception_init(&ev);
objid = PortableServer_POA_servant_to_id (servant->poa, _servant, &ev);
PortableServer_POA_deactivate_object (servant->poa, objid, &ev);
CORBA_free(objid);
POA_GNOME_FileManagerWindow__fini(_servant, &ev);
g_free(servant);