Fix arm & arm64 memleaks

This commit is contained in:
danghvu
2016-01-31 16:22:20 -06:00
parent 7c9f851e72
commit 36e53ad8a1
5 changed files with 39 additions and 2 deletions

View File

@ -42,6 +42,7 @@ static void release_common(void *t)
g_free(def->args_ct);
g_free(def->sorted_args);
g_free(s->tcg_op_defs);
TCGPool *po, *to;
for (po = s->pool_first; po; po = to) {
to = po->next;