diff --git a/src/decode.h b/src/decode.h index ea813fecf9..80458cb6d3 100644 --- a/src/decode.h +++ b/src/decode.h @@ -719,6 +719,7 @@ typedef struct DecodeThreadVars_ } \ SCMutexDestroy(&(p)->tunnel_mutex); \ AppLayerDecoderEventsFreeEvents(&(p)->app_layer_events); \ + PACKET_PROFILING_RESET((p)); \ } while (0)