From 582233e1de6f3df345f7db437fdbce035e142b13 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 28 Apr 2008 08:46:23 +0000 Subject: [PATCH] ** Fix for bug #524121 2008-04-28 Milan Crha ** Fix for bug #524121 * gui/e-calendar-table.c: (copy_row_cb): Fixing typo from patch for bug #516408. svn path=/trunk/; revision=35427 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-calendar-table.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a9772b73af..3ca0ea5b63 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2008-04-28 Milan Crha + + ** Fix for bug #524121 + + * gui/e-calendar-table.c: (copy_row_cb): + Fixing typo from patch for bug #516408. + 2008-04-25 Danny Baumann ** Fix for bug #529893 diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index 8f5c5da9af..0cec2bf2df 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -881,7 +881,7 @@ copy_row_cb (int model_row, gpointer data) icalcomponent_new_clone (child)); icalcomponent_free (child); } - g_free (child); + g_free (comp_str); } /**