projects
/
routeros-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5188492
)
ros_query, ros_free: Free (ros_reply_t *)->status.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Mon, 29 Mar 2010 17:57:57 +0000
(19:57 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Mon, 29 Mar 2010 17:57:57 +0000
(19:57 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
010572d
..
a8ecb43
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-215,6
+215,7
@@
static void reply_free (ros_reply_t *r) /* {{{ */
free (r->values[i]);
}
+ free (r->status);
free (r->keys);
free (r->values);