summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/latency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/latency.cpp b/src/latency.cpp
index 198ea2c7..01b6e9d3 100644
--- a/src/latency.cpp
+++ b/src/latency.cpp
@@ -615,7 +615,7 @@ void CLatencyManager::wait_for_rx_dump(){
void CLatencyManager::handle_rx_pkt(CLatencyManagerPerPort * lp,
rte_mbuf_t * m){
- CRx_check_header *rxc;
+ CRx_check_header *rxc=NULL;
lp->m_port.check_packet(m,rxc);
if ( unlikely(rxc!=NULL) ){
m_rx_check_manager.handle_packet(rxc);