Fix freeing up S3 mounts
This commit is contained in:
parent
562b7aed92
commit
3149572a64
1 changed files with 3 additions and 0 deletions
|
|
@ -1342,6 +1342,9 @@ func (a *api) stop() {
|
||||||
a.cache = nil
|
a.cache = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Free the S3 mounts
|
||||||
|
a.s3fs = map[string]fs.Filesystem{}
|
||||||
|
|
||||||
// Stop the SRT server
|
// Stop the SRT server
|
||||||
if a.srtserver != nil {
|
if a.srtserver != nil {
|
||||||
a.log.logger.srt.Info().Log("Stopping ...")
|
a.log.logger.srt.Info().Log("Stopping ...")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue