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:
e1a6947
)
fix trex-361
author
Hanoh Haim
<
[email protected]
>
Mon, 27 Feb 2017 11:53:38 +0000
(13:53 +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/publisher/trex_publisher.cpp
patch
|
blob
|
history
diff --git
a/src/publisher/trex_publisher.cpp
b/src/publisher/trex_publisher.cpp
index
224604e
..
dc37d14
100644
(file)
--- a/
src/publisher/trex_publisher.cpp
+++ b/
src/publisher/trex_publisher.cpp
@@
-76,10
+76,15
@@
TrexPublisher::Delete(){
zmq_close (m_publisher);
m_publisher = NULL;
}
+
+/* Deadlock inside ZMQ better to have leakage in termination - see
+ https://trex-tgn.cisco.com/youtrack/issue/trex-361 */
+#if 0
if (m_context) {
zmq_ctx_destroy (m_context);
m_context = NULL;
}
+#endif
}