mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 13:04:17 +03:00
newt: free completed message buffer
This commit is contained in:
parent
853e33d88a
commit
1f87417008
@ -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