aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-04-28 16:46:23 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-04-28 16:46:23 +0800
commit582233e1de6f3df345f7db437fdbce035e142b13 (patch)
tree3db77b13f383e609238e3b67dc1456497bd5761d /calendar/gui
parent29d5ce762e725d1e6ac69efb02f13b64e98732aa (diff)
downloadgsoc2013-evolution-582233e1de6f3df345f7db437fdbce035e142b13.tar
gsoc2013-evolution-582233e1de6f3df345f7db437fdbce035e142b13.tar.gz
gsoc2013-evolution-582233e1de6f3df345f7db437fdbce035e142b13.tar.bz2
gsoc2013-evolution-582233e1de6f3df345f7db437fdbce035e142b13.tar.lz
gsoc2013-evolution-582233e1de6f3df345f7db437fdbce035e142b13.tar.xz
gsoc2013-evolution-582233e1de6f3df345f7db437fdbce035e142b13.tar.zst
gsoc2013-evolution-582233e1de6f3df345f7db437fdbce035e142b13.zip
** Fix for bug #524121
2008-04-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #524121 * gui/e-calendar-table.c: (copy_row_cb): Fixing typo from patch for bug #516408. svn path=/trunk/; revision=35427
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-calendar-table.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/**