mixer: Fix a bogus free() call in the main loop
After a strsep() call, p might not point at the original allocation
anymore.
Reported by: CHERI
Reviewed by: christos
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D47266
mixer: Fix a bogus free() call in the main loop Tags None Referenced Files None Subscribers None
Description
Details
|