projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37fe166
)
disk plugin: release udev-based name. Fixes #1781
author
rinigus
<rinigus.git@gmail.com>
Fri, 8 Jul 2016 12:36:37 +0000
(15:36 +0300)
committer
rinigus
<rinigus.git@gmail.com>
Fri, 8 Jul 2016 12:36:37 +0000
(15:36 +0300)
src/disk.c
patch
|
blob
|
history
diff --git
a/src/disk.c
b/src/disk.c
index
292f6e2
..
9965bca
100644
(file)
--- a/
src/disk.c
+++ b/
src/disk.c
@@
-896,7
+896,7
@@
static int disk_read (void)
{
#if HAVE_LIBUDEV
/* release udev-based alternate name, if allocated */
- sfree (
outpu
t_name);
+ sfree (
al
t_name);
#endif
continue;
}