Kaynağa Gözat

Close info file descriptor after reading

master
Bastien Dejean 11 yıl önce
ebeveyn
işleme
4780ec5463
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      main.c

+ 1
- 0
main.c Dosyayı Görüntüle

@@ -277,6 +277,7 @@ end:
info.i -= info.lastsep;
win.bar.l[info.i] = '\0';
win_update_bar(&win);
close(info.fd);
info.fd = -1;
while (waitpid(-1, NULL, WNOHANG) > 0);
}


Yükleniyor…
İptal
Kaydet