hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/perf/builtin-top.c
....@@ -1743,6 +1743,7 @@
17431743 top.session = perf_session__new(NULL, false, NULL);
17441744 if (IS_ERR(top.session)) {
17451745 status = PTR_ERR(top.session);
1746
+ top.session = NULL;
17461747 goto out_delete_evlist;
17471748 }
17481749