#13778 closed defect (bug) (fixed)
directory never closed in search_theme_directories()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Themes | Keywords: | has-patch |
Focuses: | Cc: |
Description
closedir() isn't called for the opendir resource due to a wrong variable name being used.
The is_dir call wasn't doing anything since the return value of opendir() was already checked.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [15166]) Use the correct variable name. Props ScottMac. Fixes #13778