Browse Source

Ensure dirhandle is closed (Duncan Ferguson)

Ton Voon 16 years ago
parent
commit
bbadda8979
1 changed files with 2 additions and 0 deletions
  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);
 }