aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sysdig-event.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sysdig-event.c')
-rw-r--r--epan/dissectors/packet-sysdig-event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sysdig-event.c b/epan/dissectors/packet-sysdig-event.c
index 90ea1a2b34..93e27b4949 100644
--- a/epan/dissectors/packet-sysdig-event.c
+++ b/epan/dissectors/packet-sysdig-event.c
@@ -1839,7 +1839,7 @@ static inline const gchar *format_param_str(tvbuff_t *tvb, int offset, int len)
if (len < 2) {
return param_str;
}
- return format_text_chr(param_str, len - 1, ' '); /* Leave terminating NULLs alone. */
+ return format_text_chr(wmem_packet_scope(), param_str, len - 1, ' '); /* Leave terminating NULLs alone. */
}
/* Code to actually dissect the packets */