]> 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 16:43:56 +0000 (17:43 +0100)
commit190bda0a398df34072e35f99c6fe531b93a679af
tree371f365c80b4275478178e06982cf221fee82728
parent7496f6eda38f730824220fa34000582249d2cd23
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