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)
Mar 13 2024, 5:17 PM
Unknown Object (File)
Jan 16 2024, 2:13 PM
Unknown Object (File)
Dec 23 2023, 2:54 PM
Unknown Object (File)
Dec 23 2023, 12:48 PM
Unknown Object (File)
Nov 10 2023, 2:58 AM
Unknown Object (File)
Nov 9 2023, 8:01 PM
Unknown Object (File)
Oct 25 2023, 9:58 AM
Unknown Object (File)
Sep 7 2023, 5:49 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 Skipped
Unit
Tests Skipped

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.