From 6aa498ab94639b6ed48ae2bd7b57f24726828aec Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Mon, 5 Mar 2018 13:38:34 -0800 Subject: [PATCH] fix memory leak in bytecode compiler --- noun/nock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noun/nock.c b/noun/nock.c index dda1a2090..f6505a23a 100644 --- a/noun/nock.c +++ b/noun/nock.c @@ -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