projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c339cc
)
Added one more assert in client entry freeing.
author
Pekka Riikonen
<priikone@silcnet.org>
Fri, 28 Jun 2002 11:57:18 +0000
(11:57 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Fri, 28 Jun 2002 11:57:18 +0000
(11:57 +0000)
apps/silcd/idlist.c
patch
|
blob
|
history
diff --git
a/apps/silcd/idlist.c
b/apps/silcd/idlist.c
index deae122dbc23af2326be56f64ecc7b7746b220cc..3862582cb9e3f3afec92d3079f3568b7cbcf7bf0 100644
(file)
--- a/
apps/silcd/idlist.c
+++ b/
apps/silcd/idlist.c
@@
-570,6
+570,7
@@
void silc_idlist_client_destructor(SilcIDCache cache,
client = (SilcClientEntry)entry->context;
if (client) {
+ assert(!silc_hash_table_count(client->channels));
silc_free(client->nickname);
silc_free(client->username);
silc_free(client->userinfo);