mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Fix #1329, closedir on exit (kameshj at fastmail dot fm)
This commit is contained in:
parent
d049b24dfd
commit
915e9a555e
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ class PEAR_Command
|
|||
$GLOBALS['_PEAR_Command_shortcuts'][$shortcut] = $command;
|
||||
}
|
||||
}
|
||||
@closedir($dp);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue