- Fix #1329, closedir on exit (kameshj at fastmail dot fm)

This commit is contained in:
Pierre Joye 2004-05-16 15:43:30 +00:00
parent d049b24dfd
commit 915e9a555e

View file

@ -280,6 +280,7 @@ class PEAR_Command
$GLOBALS['_PEAR_Command_shortcuts'][$shortcut] = $command;
}
}
@closedir($dp);
return true;
}