aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-01-07 20:25:29 -0500
committerAnders Broman <a.broman58@gmail.com>2015-01-08 07:24:15 +0000
commit20414ebf4b6851fbe578732fb3b8fb948b32e7c9 (patch)
treeb4fd8804d97254d1898d78a01229bbb2646b06cf /asn1/h245
parentcff098e3eb6a871a1e39559d27b33dc3a3437c2c (diff)
Replace some ep_alloc and ep_alloc0 with its wmem equivalent.
These cases were pretty easy to identify. Also replaced some comments that referenced ep_alloced memory, when it's now in fact wmem_alloced. Change-Id: I07d2f390a9c0b34aa2956880476755d1acf5db0a Reviewed-on: https://code.wireshark.org/review/6392 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/packet-h245-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index 4988ead52a..6513f5e0a3 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -390,7 +390,7 @@ static int ett_h245_returnedFunction = -1;
static int dissect_h245_MultimediaSystemControlMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
static void reset_h245_pi(void *dummy _U_)
{
- h245_pi = NULL; /* Make sure we don't leave ep_alloc()ated memory lying around */
+ h245_pi = NULL; /* Make sure we don't leave wmem_packet_scoped() memory lying around */
}
#include "packet-h245-fn.c"