From f44ff4dc6d903a626f86919567ce382be31eb3b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 17 May 2021 16:50:03 +0200 Subject: ipcpd: Fix free of uninitialized variable in graph.c The new GCC 11.1 compiler discovered s_dist would be uninitialized with an unknown policy, so it doesn't need to be free'd. Also removes some unneeded includes in broadcast dt.c that I had pending. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/ipcpd/broadcast/dt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ipcpd/broadcast') diff --git a/src/ipcpd/broadcast/dt.c b/src/ipcpd/broadcast/dt.c index c3f40909..8b15008b 100644 --- a/src/ipcpd/broadcast/dt.c +++ b/src/ipcpd/broadcast/dt.c @@ -33,7 +33,6 @@ #define DT "dt" #define OUROBOROS_PREFIX DT -#include #include #include #include @@ -45,7 +44,6 @@ #include "common/comp.h" #include "common/connmgr.h" #include "dt.h" -#include "ipcp.h" #include #include -- cgit v1.2.3