projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f29684
)
updates
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 30 Jan 2002 14:50:38 +0000
(14:50 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 30 Jan 2002 14:50:38 +0000
(14:50 +0000)
apps/silcd/command.c
patch
|
blob
|
history
diff --git
a/apps/silcd/command.c
b/apps/silcd/command.c
index 7e08a6ef6fd6a7d03414f2f90271c442f00da3b7..e5a29e4704a4cb3df08d4fd2cb7d1dd80a23007b 100644
(file)
--- a/
apps/silcd/command.c
+++ b/
apps/silcd/command.c
@@
-131,6
+131,7
@@
static int silc_server_is_registered(SilcServer server,
silc_server_command_send_status_reply(cmd, command,
SILC_STATUS_ERR_NOT_REGISTERED);
+ silc_server_command_free(cmd);
return FALSE;
}