aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorBharath Acharya <abharath@novell.com>2010-05-07 16:18:31 +0800
committerBharath Acharya <abharath@novell.com>2010-05-07 16:18:31 +0800
commit769582c9e9f54148f5bdc889cc0f75ea2dea8baf (patch)
treec5a6abc070e6088e17655bc1b8536cb0a1f11e22 /mail
parent37b839a2d3be8bacf160df237e673d33b1689204 (diff)
downloadgsoc2013-evolution-769582c9e9f54148f5bdc889cc0f75ea2dea8baf.tar
gsoc2013-evolution-769582c9e9f54148f5bdc889cc0f75ea2dea8baf.tar.gz
gsoc2013-evolution-769582c9e9f54148f5bdc889cc0f75ea2dea8baf.tar.bz2
gsoc2013-evolution-769582c9e9f54148f5bdc889cc0f75ea2dea8baf.tar.lz
gsoc2013-evolution-769582c9e9f54148f5bdc889cc0f75ea2dea8baf.tar.xz
gsoc2013-evolution-769582c9e9f54148f5bdc889cc0f75ea2dea8baf.tar.zst
gsoc2013-evolution-769582c9e9f54148f5bdc889cc0f75ea2dea8baf.zip
Fix the double-free.
Diffstat (limited to 'mail')
-rw-r--r--mail/em-subscribe-editor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-subscribe-editor.c b/mail/em-subscribe-editor.c
index ebec3e2035..8152974f32 100644
--- a/mail/em-subscribe-editor.c
+++ b/mail/em-subscribe-editor.c
@@ -585,7 +585,6 @@ sub_subscribe_toggled(GtkCellRendererToggle *render, const gchar *spath, EMSubsc
}
sub_subscribe_folder(sub, node, subscribed, spath);
- g_free (free_path);
}
}