Page MenuHomeFreeBSD

Fix a memory leak in set80211chanlist
ClosedPublic

Authored by trix_juniper.net on Feb 17 2017, 6:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 1:08 PM
Unknown Object (File)
Oct 23 2024, 11:44 AM
Unknown Object (File)
Oct 18 2024, 2:21 PM
Unknown Object (File)
Oct 17 2024, 11:48 AM
Unknown Object (File)
Oct 2 2024, 5:02 PM
Unknown Object (File)
Oct 2 2024, 6:37 AM
Unknown Object (File)
Sep 30 2024, 11:28 AM
Unknown Object (File)
Sep 23 2024, 10:33 PM
Subscribers

Details

Summary

The variable temp is allocated but never freed, now free it when it is not used.

Test Plan

Run clang's static analyzer scan-build before to find the problem, then run after to verify the fix.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trix_juniper.net retitled this revision from to Fix a memory leak in set80211chanlist.
trix_juniper.net updated this object.
trix_juniper.net edited the test plan for this revision. (Show Details)
trix_juniper.net added reviewers: stevek, adrian.
trix_juniper.net set the repository for this revision to rS FreeBSD src repository - subversion.
adrian edited edge metadata.

oops!

This revision is now accepted and ready to land.Feb 17 2017, 6:42 PM
This revision was automatically updated to reflect the committed changes.