From: Hanoh Haim Date: Mon, 27 Feb 2017 11:54:19 +0000 (+0200) Subject: fix trex-362 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=4c1281d050a898051d4d3a5ed10703be41d1880f;p=trex.git fix trex-362 Signed-off-by: Hanoh Haim --- diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index 1e780979..af37e420 100644 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -4074,12 +4074,14 @@ bool CGlobalTRex::Create(){ void CGlobalTRex::Delete(){ m_zmq_publisher.Delete(); - m_fl.Delete(); if (m_trex_stateless) { delete m_trex_stateless; m_trex_stateless = NULL; } + + m_fl.Delete(); + }