From 15e7d79b9b38fe684fc2371b24c34e2acc2830bd Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 28 Oct 2021 20:15:36 +0800 Subject: [PATCH] comment out release_self_fds --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index d74d207..0129252 100644 --- a/main.go +++ b/main.go @@ -260,6 +260,7 @@ func PreparationInAdv() { } func release_self_fds() { + /* fds_flags := []string{"pipe", "socket:", ".ttf"} file_paths, err := filepath.Glob("/proc/self/fd/*") if err != nil { @@ -288,6 +289,7 @@ func release_self_fds() { } } } + */ } func run() int {