Page MenuHomeFreeBSD

Fix memory leak in sddaregister().
ClosedPublic

Authored by bz on Aug 7 2020, 11:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 6 2024, 1:02 PM
Unknown Object (File)
Oct 25 2024, 6:29 AM
Unknown Object (File)
Oct 20 2024, 7:15 AM
Unknown Object (File)
Oct 4 2024, 9:56 PM
Unknown Object (File)
Oct 4 2024, 11:00 AM
Unknown Object (File)
Oct 4 2024, 1:58 AM
Unknown Object (File)
Oct 2 2024, 9:55 AM
Unknown Object (File)
Oct 1 2024, 8:15 PM
Subscribers
None

Details

Summary

In case we are failing to allocate mmcdata, we are returning with
a softc allocated but not attached to anything and thus leak the
memory.

MFC after: 2 weeks
X-MFC: only if we also mfc other mmccam changes?

Diff Detail

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