summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dmidecodemodule.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/dmidecodemodule.c b/src/dmidecodemodule.c
index 1b18f47..6ed7fc5 100644
--- a/src/dmidecodemodule.c
+++ b/src/dmidecodemodule.c
@@ -256,11 +256,7 @@ int dmidecode_get_xml(xmlNode* dmixml_n)
free(opt.type);
if(ret == 0) {
free(buf);
- } /* else { TODO: Review this and if correctly commented out, then just delete it...
- xmlFreeNode(dmixml_n);
- dmixml_n = NULL;
- }*/
-
+ }
//muntrace();
return ret;
}