chiark / gitweb /
tty-ask-password-agent: return negative errno
[elogind.git] / src / network / networkd-network.c
index 776a9d3040f75370ef399cb53232c5742feb5a95..47fab4ecb043defad9745664413f6c5573ac8c5d 100644 (file)
@@ -176,6 +176,11 @@ void network_free(Network *network) {
         if (network->manager && network->manager->networks)
                 LIST_REMOVE(networks, network->manager->networks, network);
 
+        condition_free_list(network->match_host);
+        condition_free_list(network->match_virt);
+        condition_free_list(network->match_kernel);
+        condition_free_list(network->match_arch);
+
         free(network);
 }