]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
decode: clean release function
authorEric Leblond <eric@regit.org>
Wed, 19 Sep 2012 13:40:54 +0000 (15:40 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 24 Sep 2012 08:13:27 +0000 (10:13 +0200)
src/decode.h

index 719d452116eb9167f1ea49093443ae56a7e61565..b2a9b8fd6569856aaafd2d74f88aa53d8a291237 100644 (file)
@@ -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)