[LEDE-DEV] [PATCH] libubux: add 2 missing free calls and change a char to const char.

2017-10-30 Thread Rosen Penev
Reduces compiled size by 48 bytes. Signed-off-by: Rosen Penev --- jshn.c| 4 +++- ustream.c | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jshn.c b/jshn.c index 4989099..d47e98d 100644 --- a/jshn.c +++ b/jshn.c @@ -103,7 +103,7 @@ static void write_key_string(const char

Re: [LEDE-DEV] [PATCH] libubux: add 2 missing free calls and change a char to const char.

2017-10-31 Thread Yousong Zhou
On 31 October 2017 at 09:49, Rosen Penev wrote: > Reduces compiled size by 48 bytes. > > Signed-off-by: Rosen Penev > --- > jshn.c| 4 +++- > ustream.c | 1 + > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/jshn.c b/jshn.c > index 4989099..d47e98d 100644 > --- a/jshn.c > +