Kaynağa Gözat

comment out release_self_fds

cuu 2 yıl önce
ebeveyn
işleme
15e7d79b9b
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      main.go

+ 2 - 0
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 {