Explorar el Código

Ensure dirhandle is closed (Duncan Ferguson)

Ton Voon hace 16 años
padre
commit
bbadda8979
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      plugins-root/pst3.c

+ 2 - 0
plugins-root/pst3.c

@@ -234,6 +234,8 @@ try_again:
     printf("\n");
   }
 
+  (void) closedir(procdir);
+
   return (0);
 }