summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2026-07-30 10:42:58 +0200
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2026-07-30 10:49:41 +0200
commit194491be54e1c9e4d29d3ee777b05ff031c4b670 (patch)
tree4dfa868b16bb5efcbf77a7ff193ec838655a3556 /tools/perf/scripts/python/stackcollapse.py
parent6f7b9dbdc1b7520206abce0049bdd143eb536e75 (diff)
fs/ntfs3: Fix memory leak in indx_find_sort()
When popping a level from the index lookup stack, indx_find_sort() frees the struct indx_node but not the index buffer it owns. Every call that descends and then pops a level leaks that allocation. Free n->index before freeing the node itself. Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions