From: Eric Leblond Date: Wed, 19 Sep 2012 13:40:54 +0000 (+0200) Subject: decode: clean release function X-Git-Tag: suricata-1.4beta2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=775f379e2b41869d9d225ce82aa9fed4c3d0b2f8;p=thirdparty%2Fsuricata.git decode: clean release function --- diff --git a/src/decode.h b/src/decode.h index 719d452116..b2a9b8fd65 100644 --- a/src/decode.h +++ b/src/decode.h @@ -674,7 +674,8 @@ typedef struct DecodeThreadVars_ (p)->next = NULL; \ (p)->prev = NULL; \ (p)->root = NULL; \ - (p)->livedev = NULL; \ + (p)->livedev = NULL; \ + (p)->ReleaseData = NULL; \ PACKET_RESET_CHECKSUMS((p)); \ PACKET_PROFILING_RESET((p)); \ } while (0)