]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Free empty stack list for code contexts
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 9 Feb 2022 16:36:14 +0000 (17:36 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 9 Feb 2022 17:06:10 +0000 (18:06 +0100)
commit2f67004de39fe6028c461bb953651b20c7f9a418
tree61db01772201b9d2da0569cdd6eff564aa50a53b
parente568bec508b50e3806e67fa3d807a735296c5f21
vala: Free empty stack list for code contexts

While having the stack list created on demand, make sure to destroy it
when it is not required anymore. Otherwise it will be leaked without an
option to avoid that to happen.
vala/valacodecontext.vala