fix ref. counting problem
2001-04-03 Dietmar Maurer <dietmar@ximian.com> * wombat-moniker.c (wombat_lookup_db): fix ref. counting problem svn path=/trunk/; revision=9126
This commit is contained in:
committed by
Dietmar Maurer
parent
7a4bd61930
commit
7fcc366eff
@ -1,3 +1,7 @@
|
||||
2001-04-03 Dietmar Maurer <dietmar@ximian.com>
|
||||
|
||||
* wombat-moniker.c (wombat_lookup_db): fix ref. counting problem
|
||||
|
||||
2001-03-27 Dietmar Maurer <dietmar@ximian.com>
|
||||
|
||||
* wombat-moniker.c (wombat_moniker_resolve): we can now resolve to
|
||||
|
||||
@ -78,6 +78,8 @@ wombat_lookup_db (CORBA_Environment *ev)
|
||||
db = bonobo_get_object (DB_URL,
|
||||
"IDL:Bonobo/ConfigDatabase:1.0", ev);
|
||||
|
||||
bonobo_object_dup_ref (db, ev);
|
||||
|
||||
return db;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user