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)
Wed, Apr 23, 10:12 PM
Unknown Object (File)
Mon, Apr 14, 8:18 AM
Unknown Object (File)
Mon, Apr 14, 5:02 AM
Unknown Object (File)
Mon, Apr 14, 1:59 AM
Unknown Object (File)
Mon, Apr 14, 12:06 AM
Unknown Object (File)
Sun, Apr 13, 11:49 PM
Unknown Object (File)
Feb 21 2025, 9:49 AM
Unknown Object (File)
Jan 29 2025, 10:08 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