aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-08-05 16:03:55 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-08-05 16:03:55 +0800
commit77d90143e4a6540ab3e3c7306962dc03b678fdc7 (patch)
tree6e7ba79e2e6d22ed57737ad4e0d837cc3dbdf55b /calendar/gui/itip-utils.c
parent8155bb609b124a40e5090bb66e0e178c6294fb76 (diff)
downloadgsoc2013-evolution-77d90143e4a6540ab3e3c7306962dc03b678fdc7.tar
gsoc2013-evolution-77d90143e4a6540ab3e3c7306962dc03b678fdc7.tar.gz
gsoc2013-evolution-77d90143e4a6540ab3e3c7306962dc03b678fdc7.tar.bz2
gsoc2013-evolution-77d90143e4a6540ab3e3c7306962dc03b678fdc7.tar.lz
gsoc2013-evolution-77d90143e4a6540ab3e3c7306962dc03b678fdc7.tar.xz
gsoc2013-evolution-77d90143e4a6540ab3e3c7306962dc03b678fdc7.tar.zst
gsoc2013-evolution-77d90143e4a6540ab3e3c7306962dc03b678fdc7.zip
Fixes #311686, #312460
svn path=/trunk/; revision=30000
Diffstat (limited to 'calendar/gui/itip-utils.c')
-rw-r--r--calendar/gui/itip-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c
index 641bdc45d5..2a3857e3ad 100644
--- a/calendar/gui/itip-utils.c
+++ b/calendar/gui/itip-utils.c
@@ -182,6 +182,7 @@ itip_get_comp_attendee (ECalComponent *comp, ECal *client)
return user_email;
}
g_free (address);
+ address = NULL;
}
for (it = e_list_get_iterator((EList *)al);
@@ -197,7 +198,6 @@ itip_get_comp_attendee (ECalComponent *comp, ECal *client)
char *user_email = g_strdup (itip_strip_mailto (attendee->value));
e_cal_component_free_attendee_list (attendees);
- g_free (address);
return user_email;
}
}