diff --git a/test/routing/test_supernode.h b/test/routing/test_supernode.h index 41f4770..5f1512f 100644 --- a/test/routing/test_supernode.h +++ b/test/routing/test_supernode.h @@ -64,7 +64,7 @@ int test_routing_supernode_get_remote_value() { size_t hash_size = 100; unsigned char hash[hash_size]; unsigned char* hash_ptr = &hash[0]; - struct Libp2pVector* multiaddresses; + struct Libp2pVector* multiaddresses = NULL; struct MultiAddress* addr = NULL; char* ip = NULL; struct SessionContext context;