[evolution-patches] Obvious leak
- From: JP Rosevear <jpr ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Obvious leak
- Date: 19 May 2003 11:19:02 -0400
A clear typo.
-JP
--
JP Rosevear <jpr ximian com>
Ximian, Inc.
? 43103.patch
? leak.patch
? utf8-title.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1771
diff -u -r1.1771 ChangeLog
--- ChangeLog 18 May 2003 13:46:37 -0000 1.1771
+++ ChangeLog 19 May 2003 15:18:49 -0000
@@ -1,3 +1,8 @@
+2003-05-19 JP Rosevear <jpr ximian com>
+
+ * gui/dialogs/comp-editor-page.c (comp_editor_page_destroy): unref
+ not ref the client
+
2003-05-16 JP Rosevear <jpr ximian com>
* gui/dialogs/comp-editor.c (make_title_from_comp): the title is
Index: gui/dialogs/comp-editor-page.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/comp-editor-page.c,v
retrieving revision 1.15
diff -u -r1.15 comp-editor-page.c
--- gui/dialogs/comp-editor-page.c 2 Dec 2002 03:06:01 -0000 1.15
+++ gui/dialogs/comp-editor-page.c 19 May 2003 15:18:52 -0000
@@ -166,7 +166,7 @@
page = COMP_EDITOR_PAGE (object);
if (page->client) {
- g_object_ref((page->client));
+ g_object_unref (page->client);
page->client = NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]