4a42e1
diff --git a/epan/dissectors/packet-btavdtp.c b/epan/dissectors/packet-btavdtp.c
4a42e1
index a0df20a2de..4078228177 100644
4a42e1
--- a/epan/dissectors/packet-btavdtp.c
4a42e1
+++ b/epan/dissectors/packet-btavdtp.c
4a42e1
@@ -719,13 +719,11 @@ dissect_sep(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gint offset,
4a42e1
             key[6].length = 0;
4a42e1
             key[6].key    = NULL;
4a42e1
 
4a42e1
-            sep_data = wmem_new(wmem_file_scope(), sep_entry_t);
4a42e1
+            sep_data = wmem_new0(wmem_file_scope(), sep_entry_t);
4a42e1
             sep_data->seid = seid;
4a42e1
             sep_data->type = type;
4a42e1
             sep_data->media_type = media_type;
4a42e1
-            sep_data->int_seid = 0;
4a42e1
             sep_data->codec = -1;
4a42e1
-            sep_data->content_protection_type = 0;
4a42e1
             if (in_use) {
4a42e1
                 sep_data->state = SEP_STATE_IN_USE;
4a42e1
             } else {