projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vss_send(): Fix EOF-check for FEC clients.
[paraslash.git]
/
oss_write.c
diff --git
a/oss_write.c
b/oss_write.c
index 552d5b9705821df8d25720b29f8069629dcb0ade..6a55005ec8247a46c424ebabe9308e03f03c1d24 100644
(file)
--- a/
oss_write.c
+++ b/
oss_write.c
@@
-216,4
+216,5
@@
void oss_write_init(struct writer *w)
.short_help = oss_write_args_info_help,
.detailed_help = oss_write_args_info_detailed_help
};
+ oss_cmdline_parser_free(&dummy);
}