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
F131831464: D9654.diff
Sat, Oct 11, 1:10 PM
Unknown Object (File)
Thu, Oct 9, 9:37 PM
Unknown Object (File)
Wed, Sep 17, 6:59 PM
Unknown Object (File)
Mon, Sep 15, 6:29 AM
Unknown Object (File)
Sep 10 2025, 7:19 PM
Unknown Object (File)
Sep 9 2025, 3:25 PM
Unknown Object (File)
Sep 9 2025, 7:16 AM
Unknown Object (File)
Sep 4 2025, 4:42 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.