projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ccc0b1
)
free name appropriately
author
Scott Sanders
<scott@jssjr.com>
Mon, 8 Aug 2011 15:00:11 +0000
(11:00 -0400)
committer
Scott Sanders
<scott@jssjr.com>
Mon, 8 Aug 2011 15:00:11 +0000
(11:00 -0400)
write_graphite.c
patch
|
blob
|
history
diff --git
a/write_graphite.c
b/write_graphite.c
index
420b785
..
322b825
100644
(file)
--- a/
write_graphite.c
+++ b/
write_graphite.c
@@
-203,6
+203,7
@@
static void wg_callback_free (void *data) /* {{{ */
wg_flush_nolock (/* timeout = */ 0, cb);
close(cb->sock_fd);
+ sfree(cb->name);
sfree(cb->host);
sfree(cb->prefix);