cuu 1 year ago
parent
commit
9c4a4df4e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -261,7 +261,7 @@ func PreparationInAdv() {
 
 func release_self_fds() {
 	
-	fds_flags := []string{"pipe", "socket:", ".ttf"}
+	fds_flags := []string{ ".ttf",".layout"}
 	file_paths, err := filepath.Glob("/proc/self/fd/*")
 	if err != nil {
 		fmt.Println("release_self_fds error", err)