deinitialize memory taken by configuration parser.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-03-24 08:46:16 +01:00
parent 1baa8d8a6f
commit c1db9b9711

View File

@@ -231,6 +231,8 @@ unsigned j;
READ_STRING("ipv6-nbns", config->network.ipv6_nbns, 0);
READ_MULTI_LINE("route", config->network.routes, config->network.routes_size, 0);
optionUnloadNested(pov);
}