Everywhere unref the remote_uih having done a set_container.

svn path=/trunk/; revision=4524
This commit is contained in:
Michael Meeks
2000-08-04 03:09:01 +00:00
parent 8ec2a002e8
commit 623b1de43d
11 changed files with 26 additions and 2 deletions

View File

@ -285,6 +285,7 @@ impl_ShellComponent_populate_folder_context_menu (PortableServer_Servant servant
uih = bonobo_ui_handler_new ();
bonobo_ui_handler_set_container (uih, corba_uih);
bonobo_object_release_unref (corba_uih, NULL);
(* priv->populate_folder_context_menu_fn) (shell_component, uih, physical_uri, type, priv->closure);