[evolution-patches] small leak in shell
- From: Larry Ewing <lewing ximian com>
- To: patches <evolution-patches ximian com>, Ettore Perazzoli <ettore ximian com>
- Subject: [evolution-patches] small leak in shell
- Date: 10 Jun 2003 15:50:22 -0500
This removes a small leak in the shell.
--Larry
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1281
diff -u -p -r1.1281 ChangeLog
--- ChangeLog 9 Jun 2003 17:30:44 -0000 1.1281
+++ ChangeLog 10 Jun 2003 20:47:40 -0000
@@ -0,0 +1,4 @@
+2003-06-10 Larry Ewing <lewing ximian com>
+
+ * e-corba-storage-registry.c (listener_notify): don't leak nr.name.
+
Index: e-corba-storage-registry.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-corba-storage-registry.c,v
retrieving revision 1.31
diff -u -p -r1.31 e-corba-storage-registry.c
--- e-corba-storage-registry.c 14 May 2003 18:39:21 -0000 1.31
+++ e-corba-storage-registry.c 10 Jun 2003 20:47:41 -0000
@@ -74,6 +74,7 @@ listener_notify (Bonobo_Listener listene
}
CORBA_exception_free (&ev);
+ CORBA_free (nr.name);
}
static GNOME_Evolution_StorageListener
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]