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
F151184442: D9654.id25406.diff
Mon, Apr 6, 4:18 PM
F151115165: D9654.diff
Mon, Apr 6, 4:30 AM
Unknown Object (File)
Sun, Apr 5, 11:53 AM
Unknown Object (File)
Fri, Apr 3, 11:45 PM
Unknown Object (File)
Fri, Apr 3, 3:30 AM
Unknown Object (File)
Sat, Mar 28, 7:40 PM
Unknown Object (File)
Tue, Mar 17, 9:36 AM
Unknown Object (File)
Tue, Mar 17, 12:14 AM
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.