Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3f7dea4
)
fix trex-362
author
Hanoh Haim
<
[email protected]
>
Mon, 27 Feb 2017 11:54:19 +0000
(13:54 +0200)
committer
Hanoh Haim
<
[email protected]
>
Mon, 27 Feb 2017 11:54:43 +0000
(13:54 +0200)
Signed-off-by: Hanoh Haim <
[email protected]
>
src/main_dpdk.cpp
patch
|
blob
|
history
diff --git
a/src/main_dpdk.cpp
b/src/main_dpdk.cpp
index
1e78097
..
af37e42
100644
(file)
--- 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();
+
}