aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pop.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-04-13 16:55:56 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-04-13 16:55:56 +0000
commitb65207f6deff5faf508989cb1c22a4a93ec06725 (patch)
tree14c5e2e6cddde0d8b7180cb09f8cceeba48241df /epan/dissectors/packet-pop.c
parent772b24c1493d756680d8b930d19e07e36eab1bd0 (diff)
Initialize conversation.
svn path=/trunk/; revision=24993
Diffstat (limited to 'epan/dissectors/packet-pop.c')
-rw-r--r--epan/dissectors/packet-pop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pop.c b/epan/dissectors/packet-pop.c
index de559d683e..37bc3d4e0d 100644
--- a/epan/dissectors/packet-pop.c
+++ b/epan/dissectors/packet-pop.c
@@ -127,7 +127,7 @@ dissect_pop(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
const guchar *next_token;
fragment_data *frag_msg = NULL;
tvbuff_t *next_tvb = NULL;
- conversation_t *conversation;
+ conversation_t *conversation = NULL;
struct pop_data_val *data_val = NULL;
gint length_remaining;