mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
Merge branch 'newt-plug-leak' (#2076)
* origin/newt-plug-leak: newt: free completed message buffer Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
commit
15c929077d
@ -181,6 +181,8 @@ _newt_poke_mess(u3_moat* mot_u)
|
||||
u3_noun mat = u3i_bytes((c3_w)len_d, buf_y);
|
||||
mot_u->pok_f(mot_u->vod_p, mat);
|
||||
}
|
||||
|
||||
c3_free(buf_y);
|
||||
}
|
||||
|
||||
/* u3_newt_decode(): decode a (partial) length-prefixed byte buffer
|
||||
|
Loading…
Reference in New Issue
Block a user