mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-01-11 17:19:06 +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;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user