mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Free memory allocated by glob() in plugin/Manager
This commit is contained in:
parent
9e5e7084e6
commit
9b881a1e6f
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,8 @@ bool Manager::ActivateDynamicPluginInternal(const std::string& name, bool ok_if_
|
|||
|
||||
DBG_LOG(DBG_PLUGINS, " Loaded %s", path);
|
||||
}
|
||||
|
||||
globfree(&gl);
|
||||
}
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue