projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d65cc
)
updates
author
Pekka Riikonen
<priikone@silcnet.org>
Tue, 19 Feb 2002 11:17:51 +0000
(11:17 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Tue, 19 Feb 2002 11:17:51 +0000
(11:17 +0000)
lib/silccore/silcchannel.c
patch
|
blob
|
history
diff --git
a/lib/silccore/silcchannel.c
b/lib/silccore/silcchannel.c
index fef7a197cd482787af40d732e44fa6e53cc1c35d..0784a3b69ba2cc4d9911a13e4553bcc2e21aae26 100644
(file)
--- a/
lib/silccore/silcchannel.c
+++ b/
lib/silccore/silcchannel.c
@@
-172,8
+172,8
@@
void silc_channel_payload_list_free(SilcDList list)
while ((entry = silc_dlist_get(list)) != SILC_LIST_END) {
silc_free(entry->channel_name);
silc_free(entry->channel_id);
- silc_free(entry);
silc_dlist_del(list, entry);
+ silc_free(entry);
}
silc_dlist_uninit(list);