]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Use temp-vars for ellipsis out-arguments to fix memory management 912b0332b885d4e1a74802a0e6615dbc01a896c5 35/head
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 23 Dec 2018 22:08:31 +0000 (23:08 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 26 Dec 2018 21:56:18 +0000 (22:56 +0100)
commit912b0332b885d4e1a74802a0e6615dbc01a896c5
tree091f878fd012a374010c688f6ca9bb681fe08916
parent8524dc8d547f2f2021516062e9915709dcc1c2b2
codegen: Use temp-vars for ellipsis out-arguments to fix memory management

Fixes https://gitlab.gnome.org/GNOME/vala/issues/722
codegen/valaccodemethodcallmodule.vala
tests/Makefile.am
tests/methods/varargs-out.vala [new file with mode: 0644]