Page MenuHomeFreeBSD

ufshci: free the lookup path when the periph search times out
ClosedPublic

Authored by jaeyoon on Wed, Aug 5, 7:59 AM.
Tags
None
Referenced Files
F169113121: D58657.id.diff
Mon, Aug 31, 11:04 AM
Unknown Object (File)
Sat, Aug 29, 2:03 AM
Unknown Object (File)
Thu, Aug 27, 6:00 PM
Unknown Object (File)
Thu, Aug 27, 6:00 PM
Unknown Object (File)
Thu, Aug 27, 1:42 PM
Unknown Object (File)
Wed, Aug 26, 1:22 PM
Unknown Object (File)
Wed, Aug 26, 12:46 PM
Unknown Object (File)
Mon, Aug 24, 6:01 PM
Subscribers
None

Details

Summary

ufshci_sim_find_periph() freed the lookup path only when it found the
periph. The timeout path returned without freeing it and leaked the
path. Free the path at the single exit instead.

Sponsored by: Samsung Electronics

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable