Page MenuHomeFreeBSD

Fix a memory leak in mptutil
Needs ReviewPublic

Authored by trix_juniper.net on Mar 11 2017, 12:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 19, 7:16 PM
Unknown Object (File)
Oct 3 2024, 8:10 AM
Unknown Object (File)
Oct 1 2024, 12:11 PM
Unknown Object (File)
Oct 1 2024, 5:05 AM
Unknown Object (File)
Sep 10 2024, 7:56 AM
Unknown Object (File)
Sep 4 2024, 8:40 PM
Unknown Object (File)
Sep 4 2024, 10:45 AM
Unknown Object (File)
Aug 23 2024, 6:01 AM
Subscribers

Details

Reviewers
scottl
truckman
Summary

mpt_show.c show_volumes
Free the array 'volumes' after it is no longer used.

Test Plan

Run clang's static analyzer, scan-build, to find the problem and then later to show resolution.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped