From: Razvan Becheriu Date: Sat, 1 Nov 2025 12:21:50 +0000 (+0200) Subject: [#4196] fixed memory leak X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61d0e64e60ce35a31336f5a90d36b0408b25e5f4;p=thirdparty%2Fkea.git [#4196] fixed memory leak --- diff --git a/src/bin/d2/d2_controller.cc b/src/bin/d2/d2_controller.cc index 244f349b06..f890183022 100644 --- a/src/bin/d2/d2_controller.cc +++ b/src/bin/d2/d2_controller.cc @@ -145,6 +145,7 @@ D2Controller::parseFile(const std::string& file_name) { } D2Controller::~D2Controller() { + deregisterCommands(); } } // end namespace isc::d2