diff options
author | Ted Gould <ted@gould.cx> | 2011-02-04 15:39:51 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-04 15:39:51 -0600 |
commit | 6076c79d0634fd5729c0a4279e16439f2156bb38 (patch) | |
tree | d317a9051069018719f74707ad02101184aadc1f | |
parent | 6da530ab489871e8da45db87d7ba922fdb9e4a56 (diff) | |
download | ayatana-indicator-datetime-6076c79d0634fd5729c0a4279e16439f2156bb38.tar.gz ayatana-indicator-datetime-6076c79d0634fd5729c0a4279e16439f2156bb38.tar.bz2 ayatana-indicator-datetime-6076c79d0634fd5729c0a4279e16439f2156bb38.zip |
Removing comment
-rw-r--r-- | src/datetime-service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index 624bbbf..cfb0304 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -324,7 +324,6 @@ update_appointment_menu_items (gpointer user_data) { // Remove all the existing menu items which are in appointments. appointments = g_list_remove(appointments, item); dbusmenu_menuitem_child_delete(root, DBUSMENU_MENUITEM(item)); - //g_free(item); freeing makes it crash :/ is that a double free from child delete? g_object_unref(G_OBJECT(item)); item = NULL; } |