summaryrefslogtreecommitdiffstats
path: root/src/util-decode-mime.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:40:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:40:16 +0000
commitf71a078c8abe5e11d23ef451a4a6bae6e3dad9fe (patch)
treed2bd79992fcea321b48cff207d2d44f98f4bdf57 /src/util-decode-mime.c
parentReleasing progress-linux version 1:7.0.3-1~progress7.99u1. (diff)
downloadsuricata-f71a078c8abe5e11d23ef451a4a6bae6e3dad9fe.tar.xz
suricata-f71a078c8abe5e11d23ef451a4a6bae6e3dad9fe.zip
Merging upstream version 1:7.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/util-decode-mime.c')
-rw-r--r--src/util-decode-mime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util-decode-mime.c b/src/util-decode-mime.c
index 5e7a8d5..eb67c3d 100644
--- a/src/util-decode-mime.c
+++ b/src/util-decode-mime.c
@@ -2439,6 +2439,7 @@ MimeDecParseState * MimeDecInitParser(void *data,
PushStack(state->stack);
if (state->stack->top == NULL) {
SCFree(state->stack);
+ SCFree(state->msg);
SCFree(state);
return NULL;
}