diff --git a/src/core/platform/tests/test-link.c b/src/core/platform/tests/test-link.c index 54d9dd7fb..fab6bd2ef 100644 --- a/src/core/platform/tests/test-link.c +++ b/src/core/platform/tests/test-link.c @@ -2729,7 +2729,7 @@ static void test_link_get_bridge_fdb(void) { const NMPlatformLink *link; - nm_auto_freev NMEtherAddr **addrs; + nm_auto_freev NMEtherAddr **addrs = NULL; int ifindex[2]; guint8 expected[][6] = { {0x00, 0x99, 0x00, 0x00, 0x00, 0x01},