]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Don't free temp-var for element-access to array with boxed structs
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 11 Apr 2021 16:05:08 +0000 (18:05 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 12 Apr 2021 08:18:20 +0000 (10:18 +0200)
commitb806dd6979455bdf926e8936d69414083fcdb8cd
tree2c2e41e3cd7a609f119b73b8404f34ccdf75008c
parent307e07b2391e539362bebeb5427adf5fefeeb5b8
codegen: Don't free temp-var for element-access to array with boxed structs

Regression of 63551acaf0d83fac8b50904c2759c1098fbfaa71

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1174
codegen/valaccodebasemodule.vala
tests/Makefile.am
tests/arrays/cast-struct-boxed-element-access.vala [new file with mode: 0644]
tests/structs/cast-struct-boxed.vala [new file with mode: 0644]