From 1315f797526df355baa593b78d4d558d7b5f5c8b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 6 Feb 2020 11:36:32 +0000 Subject: [PATCH 1/1] Initialise batchendmsg to NULL. --- include/modules/ircv3_batch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/modules/ircv3_batch.h b/include/modules/ircv3_batch.h index 6f86b5f29..b6e5968c1 100644 --- a/include/modules/ircv3_batch.h +++ b/include/modules/ircv3_batch.h @@ -112,6 +112,7 @@ class IRCv3::Batch::Batch , type(Type) , batchinfo(NULL) , batchstartmsg(NULL) + , batchendmsg(NULL) { } -- 2.39.2