Release leaking child config after uninstalling shunt policy

This commit is contained in:
Martin Willi 2012-07-23 17:13:20 +02:00
parent e6b01ce42d
commit 81419807f5
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ METHOD(shunt_manager_t, uninstall, bool,
return FALSE;
}
uninstall_shunt_policy(child);
child->destroy(child);
return TRUE;
}