mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
core: remove warning about possibly leaking resources
Too many false positives... Issue #2398
This commit is contained in:
@@ -87,8 +87,6 @@ class Genode::Account
|
||||
|
||||
if (_quota_guard.used().value > _initial_used.value) {
|
||||
UNIT const dangling { _quota_guard.used().value - _initial_used.value };
|
||||
warning("destroying account with allocated (possibly leaking?) "
|
||||
"resources (", dangling, " ", UNIT::name(),")");
|
||||
_quota_guard.replenish(dangling);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user