projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bfabda
)
typo fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 1 Feb 2001 22:22:10 +0000
(22:22 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 1 Feb 2001 22:22:10 +0000
(22:22 +0000)
lib/silcclient/command_reply.c
patch
|
blob
|
history
diff --git
a/lib/silcclient/command_reply.c
b/lib/silcclient/command_reply.c
index 117683a0e7cd3064eb4110daf5171d250551ca40..6cbbf62297d1ddec2587469e2444283c8daabfa2 100644
(file)
--- a/
lib/silcclient/command_reply.c
+++ b/
lib/silcclient/command_reply.c
@@
-1161,7
+1161,7
@@
SILC_CLIENT_CMD_REPLY_FUNC(users)
if (channel_id)
silc_free(channel_id);
- silc_free(res_argv
[i]
);
+ silc_free(res_argv);
silc_free(res_argv);
silc_free(res_argv_lens);
silc_free(res_argv_types);