X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fcommand_reply.c;h=a4b9959202498134165c77fd56dcea423bd5e325;hb=3c9b950049601eef814222c501114d6f2865b926;hp=8317c61717481920e8c03e7c857dcddf1f45812d;hpb=c1c904ec2af21f1c2b272d790b38d93824af5352;p=silc.git diff --git a/lib/silcclient/command_reply.c b/lib/silcclient/command_reply.c index 8317c617..a4b99592 100644 --- a/lib/silcclient/command_reply.c +++ b/lib/silcclient/command_reply.c @@ -514,7 +514,7 @@ SILC_FSM_STATE(silc_client_command_reply_whois) silc_client_unref_client(client, conn, client_entry); if (has_channels) { - silc_dlist_uninit(channel_list); + silc_channel_payload_list_free(channel_list); silc_free(umodes); }