diff options
author | Milan Crha <mcrha@redhat.com> | 2011-12-16 17:23:29 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-12-16 17:23:29 +0800 |
commit | 8ec598248077e1d658f3ce4d9252ec12f6be95d6 (patch) | |
tree | aa94d9be72ffb856f6bc8a54e4cc628b2d4ec624 /plugins/bbdb | |
parent | 9bf243bbed143267902a28dc90299d652471206d (diff) | |
download | gsoc2013-evolution-8ec598248077e1d658f3ce4d9252ec12f6be95d6.tar.gz gsoc2013-evolution-8ec598248077e1d658f3ce4d9252ec12f6be95d6.tar.zst gsoc2013-evolution-8ec598248077e1d658f3ce4d9252ec12f6be95d6.zip |
Bug #666341 - [bbdb] Invalid free in bbdb_do_it
Diffstat (limited to 'plugins/bbdb')
-rw-r--r-- | plugins/bbdb/bbdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/bbdb/bbdb.c b/plugins/bbdb/bbdb.c index f03c189b21..7889167a78 100644 --- a/plugins/bbdb/bbdb.c +++ b/plugins/bbdb/bbdb.c @@ -386,7 +386,6 @@ bbdb_do_it (EBookClient *client, e_client_util_free_object_slist (contacts); g_free (temp_name); - g_free (uid); return; } |