MP2T: fix might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered]

This commit is contained in:
Joakim Karlsson 2021-06-29 09:49:20 +02:00
parent d2c91439df
commit 1329081379
1 changed files with 1 additions and 1 deletions

View File

@ -1329,7 +1329,7 @@ dissect_mp2t( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U
volatile guint offset = 0;
conversation_t *conv;
mp2t_analysis_data_t *mp2t_data;
gint dir;
volatile gint dir;
const char *saved_proto;
conv = find_or_create_conversation(pinfo);