From fced11269123e1d12cc884024ce228d68008a88f Mon Sep 17 00:00:00 2001 From: LDA Date: Thu, 24 Oct 2024 13:26:46 +0200 Subject: [PATCH] [FIX] Fix CI --- src/XMPPThread/PEP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XMPPThread/PEP.c b/src/XMPPThread/PEP.c index f49dcd0..2196ba7 100644 --- a/src/XMPPThread/PEP.c +++ b/src/XMPPThread/PEP.c @@ -116,7 +116,7 @@ static bool PEPManagerHandleEvent(PEPManager *manager, XMLElement *stanza) { PEPEvent *call = NULL; - XMLElement *event, *ps, *ev; + XMLElement *event = NULL, *ps = NULL, *ev = NULL; size_t i; if (!manager || !stanza) {