diff --git a/revid/revid.go b/revid/revid.go index c3af4cd9..058ccd67 100644 --- a/revid/revid.go +++ b/revid/revid.go @@ -405,7 +405,9 @@ loop: } // Release the chunk back to the ring buffer for use - chunk.Close() + for _, dest := range r.destination { + dest.release() + } r.config.Logger.Log(smartlogger.Debug, pkg+"done reading that clip from ring buffer") // Log some information regarding bitrate and ring buffer size if it's time