Code Review
/
openocd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
|
inline
| side by side
refactor command registration
[openocd.git]
/
src
/
openocd.c
diff --git
a/src/openocd.c
b/src/openocd.c
index
b7781a6
..
8e8ceac
100644
(file)
--- a/
src/openocd.c
+++ b/
src/openocd.c
@@
-278,7
+278,7
@@
int openocd_main(int argc, char *argv[])
httpd_stop();
#endif
httpd_stop();
#endif
- unregister_all_commands(cmd_ctx);
+ unregister_all_commands(cmd_ctx
, NULL
);
/* free commandline interface */
command_done(cmd_ctx);
/* free commandline interface */
command_done(cmd_ctx);