Make sure we initialize our iap_conv struct _before_ we go digging
authorGerald Combs <gerald@wireshark.org>
Tue, 9 Aug 2005 14:38:11 +0000 (14:38 -0000)
committerGerald Combs <gerald@wireshark.org>
Tue, 9 Aug 2005 14:38:11 +0000 (14:38 -0000)
commit42137a03317ded37821b908886d9fc55dad5ffc5
treee5d911c12bb761808d7233cbc5a24e7a29caf776
parent0632baee212319360a01568ac8e8613cdfdc6b16
Make sure we initialize our iap_conv struct _before_ we go digging
into a tvbuff.  This keeps us from leaving junk data behind if we
throw an exception.

svn path=/trunk/; revision=15267
plugins/irda/packet-irda.c