]> git.sur5r.net Git - openocd/commit
factor script_command argv allocation
authorZachary T Welch <zw@superlucidity.net>
Thu, 19 Nov 2009 00:34:34 +0000 (16:34 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 20 Nov 2009 22:52:56 +0000 (14:52 -0800)
commit67c29d9935b023a85056149e2f73288434c25995
treefd5603286628d08f990e1bfefe45b63a70c7637c
parent7b77b3c5d1a20793cc2057a96e67d8f7ca20e4cb
factor script_command argv allocation

Splits argument allocation out from script command, reusing free() code.
src/helper/command.c