mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-08-24 02:36:58 -05:00
Add a missing closedir in the plugin loader
This commit is contained in:
@@ -75,6 +75,9 @@ std::vector<PluginInformation *> PluginLoader::getPluginInformation(const char *
|
||||
}
|
||||
}
|
||||
}
|
||||
if(dfd != NULL){
|
||||
closedir(dfd);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user