]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3987] Small clean-up
authorTomek Mrugalski <tomasz@isc.org>
Thu, 8 Oct 2015 21:20:49 +0000 (23:20 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 8 Oct 2015 21:20:49 +0000 (23:20 +0200)
src/bin/dhcp4/dhcp4_srv.cc

index de3d8d967c5a546391570e8021ffe8389d581575..c69f94ab474a008e167b94891824456ca7884103 100644 (file)
@@ -271,6 +271,8 @@ Dhcpv4Srv::~Dhcpv4Srv() {
     }
 
     IfaceMgr::instance().closeSockets();
+
+    LeaseMgrFactory::destroy();
 }
 
 void