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
F166807735: D54174.id168890.diff
Sun, Aug 16, 7:54 PM
Unknown Object (File)
Thu, Aug 13, 7:03 PM
Unknown Object (File)
Thu, Aug 13, 6:35 PM
Unknown Object (File)
Thu, Aug 13, 2:16 PM
Unknown Object (File)
Wed, Aug 12, 8:14 AM
Unknown Object (File)
Tue, Aug 11, 11:45 PM
Unknown Object (File)
Tue, Aug 11, 11:35 PM
Unknown Object (File)
Tue, Aug 11, 11:31 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 69177
Build 66060: arc lint + arc unit

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.