Fix three issues highlighted by clang analyser.
[exim.git] / src / src / malware.c
index 79e2e382758a23e5e58beaefba78bdbcde51562c..8906654839b2b505484e5b9a8983ab9092608954 100644 (file)
@@ -131,6 +131,9 @@ malware_in_file(uschar *eml_filename) {
   set, but if that changes, then it should apply to these tests too */
   unspool_mbox();
 
+  /* silence static analysis tools */
+  message_id = NULL;
+
   return ret;
 }