aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp_state_hdlr.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-11-22 22:18:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-11-22 22:18:18 +0000
commit214d6848238197b1c5f80ea052c298e8ca1fa9b2 (patch)
treec4f33e6d6ec524215d09d47eaab26e980b1a0abd /epan/sigcomp_state_hdlr.h
parent8a45a54c229c16089195eca6f00b1c38cbc412c0 (diff)
Fix some memmory leaks
svn path=/trunk/; revision=12579
Diffstat (limited to 'epan/sigcomp_state_hdlr.h')
-rw-r--r--epan/sigcomp_state_hdlr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/sigcomp_state_hdlr.h b/epan/sigcomp_state_hdlr.h
index b77c4cc7b4..732b6f2fb4 100644
--- a/epan/sigcomp_state_hdlr.h
+++ b/epan/sigcomp_state_hdlr.h
@@ -34,7 +34,7 @@
#define SIGCOMP_STATE_HDLR_H
extern const value_string result_code_vals[];
-extern int udvm_state_access(tvbuff_t *tvb, proto_tree *tree,guint8 buff[],guint16 p_id_start, guint16 p_id_length, guint16 state_begin, guint16 *state_length,
+extern int udvm_state_access(tvbuff_t *tvb, proto_tree *tree,guint8 *buff,guint16 p_id_start, guint16 p_id_length, guint16 state_begin, guint16 *state_length,
guint16 *state_address, guint16 state_instruction, gboolean state_vars_valid);
extern void udvm_state_create(guint8 *state_buff,guint8 *state_identifier_buff,guint16 p_id_length);