mirror of
https://github.com/urbit/shrub.git
synced 2024-12-15 12:43:31 +03:00
Merge pull request #1230 from urbit/philip/weak-leak
if sweep gives 0 and reference count != 0, leak
This commit is contained in:
commit
8d7c32a1a0
@ -1851,7 +1851,7 @@ u3a_sweep(void)
|
||||
weq_w += box_u->siz_w;
|
||||
}
|
||||
else {
|
||||
_ca_print_leak("weak", box_u, box_u->eus_w, box_u->use_w);
|
||||
_ca_print_leak("leak", box_u, box_u->eus_w, box_u->use_w);
|
||||
|
||||
leq_w += box_u->siz_w;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user