diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-11-27 13:41:11 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-11-27 13:41:11 +0100 |
commit | 3fb42daaf11c4be8e0626b733916f3a7b65bcfae (patch) | |
tree | d40ab1904047d2db03c9f6e9b538e01d62415646 /tools/perf/util/machine.c | |
parent | efdbe3c3edb6c8c98a8be863f60916780a5375c1 (diff) | |
parent | 06a691e64b11323a735db3c3bd909d3c0712698f (diff) |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'tools/perf/util/machine.c')
-rw-r--r-- | tools/perf/util/machine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c index 5ef90be2a249..8b303ff20289 100644 --- a/tools/perf/util/machine.c +++ b/tools/perf/util/machine.c @@ -91,6 +91,7 @@ static void dsos__purge(struct dsos *dsos) list_for_each_entry_safe(pos, n, &dsos->head, node) { RB_CLEAR_NODE(&pos->rb_node); + pos->root = NULL; list_del_init(&pos->node); dso__put(pos); } |