updates.
[silc.git] / apps / silcd / idlist.c
index 99b375e762eab456bd8569cae99a46e7af18e477..02f9f41e5890d0ce2ef879f54ceae46c9aa4cf47 100644 (file)
@@ -630,6 +630,8 @@ int silc_idlist_del_channel(SilcIDList id_list, SilcChannelEntry entry)
       silc_free(entry->cipher);
     if (entry->hmac_name)
       silc_free(entry->hmac_name);
+    if (entry->rekey)
+      silc_free(entry->rekey);
 
     /* Free all data, free also any reference from the client's channel
        list since they share the same memory. */