eolian: free impl_full_params strbuf before going out of scope

Just missed impl_full_params here while all others are free'd fine.

CID: 1354287
This commit is contained in:
Stefan Schmidt 2016-04-18 12:29:14 +02:00
parent d8285ce651
commit 28dfe2f0ff
1 changed files with 1 additions and 0 deletions

View File

@ -622,6 +622,7 @@ eo_bind_func_generate(const Eolian_Class *class, const Eolian_Function *funcid,
eina_strbuf_free(va_args);
eina_strbuf_free(full_params);
eina_strbuf_free(impl_full_params);
eina_strbuf_free(params_init);
eina_strbuf_free(params);
eina_strbuf_free(fbody);