1
0
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:
DarthSim
2019-02-04 17:10:12 +06:00
parent 55ac2c8e5b
commit c6838e5857

View File

@@ -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()