mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 20:01:32 +03:00
fix memory leak in bytecode compiler
This commit is contained in:
parent
c3740fa09e
commit
6aa498ab94
@ -613,7 +613,7 @@ static char* names[] = {
|
||||
static inline void
|
||||
_n_apen(u3_noun* dst, u3_noun src)
|
||||
{
|
||||
*dst = u3qb_weld(src, *dst);
|
||||
*dst = u3kb_weld(src, *dst);
|
||||
}
|
||||
|
||||
/* _n_emit(): return the size (in bytes) of an opcode's argument
|
||||
|
Loading…
Reference in New Issue
Block a user