CVS: cvs.openbsd.org: src
Alexandre Ratchov <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/09 00:58:04 Modified files: usr.bin/sndiod : dev.c Log message: sndiod: Don't forget to call slot_detach() for drained slots Each call to slot_attach() must have a matching slot_detach() call. Not doing so may cause memory leaks.