mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
f7f171e457
The deinitialization method of Domain used to rely on Domain::with_dhcp_server in order to dissolve and destroy a present DHCP server. However, this method skipped calling its functor argument also when there was a DHCP server but an invalid one. This commt replaces the with_dhcp_server with a pointer null-check in order to fix the leak. Ref #4729
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.