eolian/generator: fix memory leak

This commit is contained in:
Daniel Kolesa 2015-05-26 17:25:11 +01:00
parent f78bc0f22a
commit 69857d7f7c
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ eo_header_generate(const Eolian_Class *class, Eina_Strbuf *buf)
eina_strbuf_append(str_extrn_ev, "#endif\n");
}
}
eina_iterator_free(itr);
if ((itr = eolian_class_implements_get(class)))
{