summaryrefslogtreecommitdiff
path: root/usr/src/lib/fm/libtopo/common/topo_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/fm/libtopo/common/topo_parse.c')
-rw-r--r--usr/src/lib/fm/libtopo/common/topo_parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/fm/libtopo/common/topo_parse.c b/usr/src/lib/fm/libtopo/common/topo_parse.c
index 0c67a60fc3..ccec7bb60e 100644
--- a/usr/src/lib/fm/libtopo/common/topo_parse.c
+++ b/usr/src/lib/fm/libtopo/common/topo_parse.c
@@ -84,6 +84,7 @@ topo_tree_release(tnode_t *node)
topo_free(cur);
cur = nxt;
}
+ topo_free(re);
}
tnode_destroy(ar);
}