fix memory leak in bytecode compiler

This commit is contained in:
Paul Driver 2018-03-05 13:38:34 -08:00
parent c3740fa09e
commit 6aa498ab94

View File

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