mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-19 08:36:49 +00:00
core: remove warning about possibly leaking resources
Too many false positives... Issue #2398
This commit is contained in:
parent
e7b1cb4a27
commit
ea48f1f1cc
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user