projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
discover/syslinux-parser: Fix missing comma in ignored names.
[petitboot]
/
discover
/
dt.c
diff --git
a/discover/dt.c
b/discover/dt.c
index a7383e145a626c3b15af76ac083d7059d43aa4fc..e7214e04a499166539e5c7f20e959bf9bfd59164 100644
(file)
--- a/
discover/dt.c
+++ b/
discover/dt.c
@@
-56,6
+56,7
@@
int get_ipmi_sensor(void *t, enum ipmi_sensor_ids sensor_id)
rc = __be32_to_cpu(*(uint32_t *)buf);
out:
+ talloc_free(buf);
free(namelist);
return rc;
}