diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-corba-storage-registry.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e69de29bb2..01d8f1fa42 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -0,0 +1,4 @@ +2003-06-10 Larry Ewing <lewing@ximian.com> + + * e-corba-storage-registry.c (listener_notify): don't leak nr.name. + diff --git a/shell/e-corba-storage-registry.c b/shell/e-corba-storage-registry.c index 83f58c7079..c774d94326 100644 --- a/shell/e-corba-storage-registry.c +++ b/shell/e-corba-storage-registry.c @@ -74,6 +74,7 @@ listener_notify (Bonobo_Listener listener, } CORBA_exception_free (&ev); + CORBA_free (nr.name); } static GNOME_Evolution_StorageListener |