1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-09-16 09:36:18 +02:00

Call vips.Shutdown() as close to exit as possible

This commit is contained in:
DarthSim
2025-09-08 20:12:32 +03:00
parent 215fcfee1c
commit d02a678229

View File

@@ -79,9 +79,9 @@ func initialize() error {
}
func shutdown() {
vips.Shutdown()
metrics.Stop()
errorreport.Close()
vips.Shutdown()
}
func run() error {