aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/corba-cal.c
diff options
context:
space:
mode:
authorEskil Heyn Olsen <eskil@src.gnome.org>1999-09-23 06:28:41 +0800
committerEskil Heyn Olsen <eskil@src.gnome.org>1999-09-23 06:28:41 +0800
commita6d203d4a8fcfc055f35be85d3003a8d81ffa1b2 (patch)
treee6559b5e87137402c60257c0bd9efa6daeaec957 /calendar/gui/corba-cal.c
parentf269368c93a2e90753b286d43f6d34303c4c0929 (diff)
downloadgsoc2013-evolution-a6d203d4a8fcfc055f35be85d3003a8d81ffa1b2.tar
gsoc2013-evolution-a6d203d4a8fcfc055f35be85d3003a8d81ffa1b2.tar.gz
gsoc2013-evolution-a6d203d4a8fcfc055f35be85d3003a8d81ffa1b2.tar.bz2
gsoc2013-evolution-a6d203d4a8fcfc055f35be85d3003a8d81ffa1b2.tar.lz
gsoc2013-evolution-a6d203d4a8fcfc055f35be85d3003a8d81ffa1b2.tar.xz
gsoc2013-evolution-a6d203d4a8fcfc055f35be85d3003a8d81ffa1b2.tar.zst
gsoc2013-evolution-a6d203d4a8fcfc055f35be85d3003a8d81ffa1b2.zip
commented out a g_free that glib reported as being a duplicate free. got
* corba-cal.c: commented out a g_free that glib reported as being a duplicate free. * calendar_conduit.c: got gnomecal->pilot up and runnning. svn path=/trunk/; revision=1251
Diffstat (limited to 'calendar/gui/corba-cal.c')
-rw-r--r--calendar/gui/corba-cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/corba-cal.c b/calendar/gui/corba-cal.c
index e21ea29f6a..49978a5bf1 100644
--- a/calendar/gui/corba-cal.c
+++ b/calendar/gui/corba-cal.c
@@ -219,7 +219,7 @@ cal_repo_get_objects (PortableServer_Servant servant,
}
str = calendar_get_as_vcal_string (dirty_cal);
res = CORBA_string_dup (str);
- g_free (str);
+ /* g_free (str); glib with memcheck enabled says this is already freed */
calendar_destroy (dirty_cal);
g_message("added %d items to return value",items_dbg);