You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-11-29 23:07:40 +02:00
Fix C strings caching
This commit is contained in:
@@ -36,7 +36,7 @@ type cConfig struct {
|
||||
|
||||
var cConf cConfig
|
||||
|
||||
var cstrings map[string]*C.char
|
||||
var cstrings = make(map[string]*C.char)
|
||||
|
||||
func initVips() {
|
||||
runtime.LockOSThread()
|
||||
|
||||
Reference in New Issue
Block a user