In mode_config, destroy temporary pool list instead of the virtual IP list twice
This commit is contained in:
@@ -393,7 +393,7 @@ METHOD(task_t, build_r, status_t,
|
|||||||
}
|
}
|
||||||
enumerator->destroy(enumerator);
|
enumerator->destroy(enumerator);
|
||||||
vips->destroy_offset(vips, offsetof(host_t, destroy));
|
vips->destroy_offset(vips, offsetof(host_t, destroy));
|
||||||
vips->destroy(vips);
|
pools->destroy(pools);
|
||||||
|
|
||||||
if (cp)
|
if (cp)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user