Free memory allocated by glob() in plugin/Manager

This commit is contained in:
Arne Welzel 2019-10-27 10:11:50 +01:00
parent 9e5e7084e6
commit 9b881a1e6f

View file

@ -271,6 +271,8 @@ bool Manager::ActivateDynamicPluginInternal(const std::string& name, bool ok_if_
DBG_LOG(DBG_PLUGINS, " Loaded %s", path);
}
globfree(&gl);
}
else