network: adds missing strv_free()

Fixes oss-fuzz#11285.
This commit is contained in:
Yu Watanabe 2018-11-08 12:30:00 +09:00
parent 7a99f98b50
commit 28c3428df0
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ void network_free(Network *network) {
strv_free(network->search_domains);
strv_free(network->route_domains);
strv_free(network->bind_carrier);
strv_free(network->router_search_domains);
netdev_unref(network->bridge);
netdev_unref(network->bond);