In mode_config, destroy temporary pool list instead of the virtual IP list twice

This commit is contained in:
Martin Willi
2012-09-05 14:18:52 +02:00
parent d1604d0551
commit 4c892fe533
+1 -1
View File
@@ -393,7 +393,7 @@ METHOD(task_t, build_r, status_t,
}
enumerator->destroy(enumerator);
vips->destroy_offset(vips, offsetof(host_t, destroy));
vips->destroy(vips);
pools->destroy(pools);
if (cp)
{