mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Fix a use-after-free during shutdown
This commit is contained in:
parent
6acc3418e0
commit
cea9194650
2 changed files with 2 additions and 2 deletions
|
@ -64,6 +64,7 @@
|
|||
#include "zeek/iosource/Manager.h"
|
||||
#include "zeek/broker/Manager.h"
|
||||
#include "zeek/telemetry/Manager.h"
|
||||
#include "zeek/session/Manager.h"
|
||||
|
||||
#include "zeek/binpac_zeek.h"
|
||||
#include "zeek/module_util.h"
|
||||
|
@ -334,6 +335,7 @@ static void terminate_bro()
|
|||
delete reporter;
|
||||
delete plugin_mgr;
|
||||
delete val_mgr;
|
||||
delete session_mgr;
|
||||
delete fragment_mgr;
|
||||
delete telemetry_mgr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue