This commit is contained in:
2026-06-24 14:31:07 +02:00
parent 492c538db1
commit 2b7b02d344
+1 -1
View File
@@ -180,7 +180,7 @@
(dbg-sound "not reading flac, need to finish flac") (dbg-sound "not reading flac, need to finish flac")
(let ((ffi-handler (flac-handle-ffi-decoder-handler handle))) (let ((ffi-handler (flac-handle-ffi-decoder-handler handle)))
(unless (eq? ffi-handler #f) (unless (eq? ffi-handler #f)
(ffi-handle 'delete)))) (ffi-handler 'delete))))
) )
(let ((ct* (current-milliseconds))) (let ((ct* (current-milliseconds)))
(dbg-sound "stop came back at: ~a" ct*) (dbg-sound "stop came back at: ~a" ct*)