Fix memleak: code_gen_buffer
This commit is contained in:
@@ -45,6 +45,7 @@ static void release_common(void *t)
|
|||||||
g_free(def->args_ct);
|
g_free(def->args_ct);
|
||||||
g_free(def->sorted_args);
|
g_free(def->sorted_args);
|
||||||
g_free(s->tcg_op_defs);
|
g_free(s->tcg_op_defs);
|
||||||
|
g_free(s->code_gen_buffer);
|
||||||
|
|
||||||
TCGPool *po, *to;
|
TCGPool *po, *to;
|
||||||
for (po = s->pool_first; po; po = to) {
|
for (po = s->pool_first; po; po = to) {
|
||||||
|
|||||||
Reference in New Issue
Block a user