tidying
[exim.git] / src / src / regex_cache.c
index a9b482174a38e8494fb531ea3aeef2ad5ae40b31..1ca3c96d5811c5d755d24dcd3dacc8a59a90d18e 100644 (file)
@@ -239,7 +239,7 @@ regex_at_daemon(const uschar * reqbuf)
 {
 const re_req * req = (const re_req *)reqbuf;
 uschar * errstr;
-const pcre2_code * cre;
+const pcre2_code * cre = NULL;
 
 if (regex_cachesize >= REGEX_CACHESIZE_LIMIT)
   errstr = US"regex cache size limit reached";