Page MenuHomeFreeBSD

sound: Do not check for NULL before free()
ClosedPublic

Authored by christos on Dec 11 2025, 11:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 3:29 PM
Unknown Object (File)
Sat, Apr 25, 2:55 AM
Unknown Object (File)
Mon, Apr 20, 8:45 PM
Unknown Object (File)
Sat, Apr 11, 11:45 PM
Unknown Object (File)
Sat, Apr 11, 3:42 AM
Unknown Object (File)
Thu, Apr 9, 8:14 PM
Unknown Object (File)
Thu, Apr 9, 2:00 PM
Unknown Object (File)
Tue, Apr 7, 4:40 PM
Subscribers

Details

Summary

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

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

Event Timeline

sys/dev/sound/pci/envy24.c
629

Presumably you still need to check this condition?

sys/dev/sound/pci/envy24ht.c
710

Same here.

christos marked 2 inline comments as done.

Address Mark's comments.

This revision is now accepted and ready to land.Dec 11 2025, 2:17 PM
This revision was automatically updated to reflect the committed changes.