about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/xmpp/bookmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/bookmark.c b/src/xmpp/bookmark.c
index 29847392..4df3ba9e 100644
--- a/src/xmpp/bookmark.c
+++ b/src/xmpp/bookmark.c
@@ -133,7 +133,6 @@ _bookmark_remove(const char *jid, gboolean autojoin)
         if (autojoin) {
             Bookmark *bookmark = found->data;
             bookmark->autojoin = FALSE;
-            g_list_free(found);
 
         // remove bookmark
         } else {