projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69f67d
)
fix client args info memory leak
author
Andre Noll
<maan@systemlinux.org>
Tue, 13 Feb 2007 18:25:17 +0000
(19:25 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 13 Feb 2007 18:25:17 +0000
(19:25 +0100)
client_common.c
patch
|
blob
|
history
diff --git
a/client_common.c
b/client_common.c
index
bf8a1a4
..
58dbdb4
100644
(file)
--- a/
client_common.c
+++ b/
client_common.c
@@
-81,6
+81,7
@@
void client_close(struct private_client_data *pcd)
free(pcd->user);
free(pcd->config_file);
free(pcd->key_file);
+ client_cmdline_parser_free(&pcd->conf);
free(pcd);
}