flow-storage: include cleanup

pull/16053/head
Jason Ish 3 months ago committed by Victor Julien
parent 4481f27657
commit e51cc381b7

@ -27,8 +27,6 @@
#include "suricata-common.h"
#include "flow-storage.h"
#include "flow-hash.h"
#include "flow-util.h"
#include "util-storage.h"
#include "util-unittest.h"
@ -67,6 +65,8 @@ SCFlowStorageId SCFlowStorageRegister(const char *name, void (*Free)(void *))
#ifdef UNITTESTS
#include "flow-util.h"
static void StorageTestFree(void *x)
{
if (x)

Loading…
Cancel
Save