projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a602488
)
curl_json plugin: free the socket name
author
Jim Radford
<radford@galvanix.com>
Sat, 10 Aug 2013 16:06:44 +0000
(09:06 -0700)
committer
Jim Radford
<radford@galvanix.com>
Sat, 10 Aug 2013 19:31:31 +0000
(12:31 -0700)
src/curl_json.c
patch
|
blob
|
history
diff --git
a/src/curl_json.c
b/src/curl_json.c
index
87907c0
..
594e755
100644
(file)
--- a/
src/curl_json.c
+++ b/
src/curl_json.c
@@
-371,6
+371,8
@@
static void cj_free (void *arg) /* {{{ */
sfree (db->instance);
sfree (db->host);
+ sfree (db->sock);
+
sfree (db->url);
sfree (db->user);
sfree (db->pass);