From de00c49bd84c853c9260f70cc5857c5a5ab6d3be Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Sun, 15 Jun 2014 23:42:14 -0700 Subject: Convert a bunch of time_to_str functions to wmem Change-Id: I24fe3cc4a3589dadc4528a77fe7ff13d06b1a983 Reviewed-on: https://code.wireshark.org/review/2245 Reviewed-by: Michael Mann --- epan/dissectors/packet-zbee-zcl-ha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-zbee-zcl-ha.c') diff --git a/epan/dissectors/packet-zbee-zcl-ha.c b/epan/dissectors/packet-zbee-zcl-ha.c index 804b88de1d..a8a2f30154 100644 --- a/epan/dissectors/packet-zbee-zcl-ha.c +++ b/epan/dissectors/packet-zbee-zcl-ha.c @@ -1480,7 +1480,7 @@ decode_zcl_appl_stats_utc_time(gchar *s, guint32 value) g_snprintf(s, ITEM_LABEL_LENGTH, "Invalid UTC Time"); else { value += ZBEE_ZCL_NSTIME_UTC_OFFSET; - g_snprintf(s, ITEM_LABEL_LENGTH, "%s", abs_time_secs_to_ep_str (value, ABSOLUTE_TIME_LOCAL, TRUE)); + g_snprintf(s, ITEM_LABEL_LENGTH, "%s", abs_time_secs_to_str (wmem_packet_scope(), value, ABSOLUTE_TIME_LOCAL, TRUE)); } } /* decode_zcl_appl_stats_utc_time */ -- cgit v1.2.3