From 12f37471147fae02253c241c6e5c475015e9221a Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Wed, 11 Jun 2003 00:22:02 +0000 Subject: don't leak nr.name. 2003-06-10 Larry Ewing * e-corba-storage-registry.c (listener_notify): don't leak nr.name. svn path=/trunk/; revision=21399 --- shell/e-corba-storage-registry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-corba-storage-registry.c') 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 -- cgit v1.2.3