diff --git a/app/api/api.go b/app/api/api.go index f82846f5..695b7f40 100644 --- a/app/api/api.go +++ b/app/api/api.go @@ -1342,6 +1342,9 @@ func (a *api) stop() { a.cache = nil } + // Free the S3 mounts + a.s3fs = map[string]fs.Filesystem{} + // Stop the SRT server if a.srtserver != nil { a.log.logger.srt.Info().Log("Stopping ...")