mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
fixes memory leak in ames fuzz-mode canceled requests
This commit is contained in:
parent
4466119b2e
commit
dcc5eb521d
@ -200,7 +200,7 @@ u3_ames_ef_send(u3_noun lan, u3_noun pac)
|
||||
c3_w pip_w;
|
||||
|
||||
if ( u3_Host.ops_u.fuz_w && ((rand() % 100) < u3_Host.ops_u.fuz_w) ) {
|
||||
u3z(pac);
|
||||
u3z(lan); u3z(pac);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user