1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

networkd: fix minor memory leak

This commit is contained in:
Lennart Poettering 2014-08-15 16:02:42 +02:00
parent c627729fc4
commit 486d1a8148

View File

@ -166,6 +166,7 @@ void network_free(Network *network) {
strv_free(network->ntp);
strv_free(network->dns);
strv_free(network->domains);
netdev_unref(network->bridge);