mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 10:25:10 +01:00
Add a missing closedir in the plugin loader
This commit is contained in:
parent
e2f0e83a5f
commit
efc57b17e0
@ -75,6 +75,9 @@ std::vector<PluginInformation *> PluginLoader::getPluginInformation(const char *
|
||||
}
|
||||
}
|
||||
}
|
||||
if(dfd != NULL){
|
||||
closedir(dfd);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user