This commit is contained in:
cuu 2023-01-07 13:56:20 +00:00
parent f033293021
commit 9c4a4df4e6

View File

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