Free allocated ffi_types in g_callable_info_free_closure()
authorGiovanni Campagna <gcampagna@src.gnome.org>
Mon, 20 Jun 2011 19:17:55 +0000 (21:17 +0200)
committerGiovanni Campagna <gcampagna@src.gnome.org>
Mon, 20 Jun 2011 19:19:05 +0000 (21:19 +0200)
commit845ccc93851ab6481c3cd20ebecb4b0213ed6b4d
treea196bff48df7d7fc7377eb6166f696bb6a6d8ccb
parent83fe28920512a3e8bc5cdeeb3d59be6f19b80bac
Free allocated ffi_types in g_callable_info_free_closure()

g_callable_info_prepare_closure() allocates memory for the argument
types in the ffi_cif, so we need to free it.

https://bugzilla.gnome.org/show_bug.cgi?id=652954
girepository/girffi.c