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)
Dec 20 2023, 7:54 AM
Unknown Object (File)
Oct 25 2023, 9:58 AM
Unknown Object (File)
Jul 23 2023, 7:36 PM
Unknown Object (File)
Jun 28 2023, 7:06 AM
Unknown Object (File)
Jun 7 2023, 4:50 AM
Unknown Object (File)
May 6 2023, 10:10 AM
Unknown Object (File)
Apr 18 2023, 5:06 PM
Unknown Object (File)
Mar 13 2017, 11:53 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