fixes memory leak in ames fuzz-mode canceled requests

This commit is contained in:
Joe Bryan 2018-04-24 15:28:35 -04:00
parent 4466119b2e
commit dcc5eb521d

View File

@ -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;
}