Skip to content

codegen: Actually free data when using "remove(_all)" on GLib.Queue/(S)List

Rico Tzschichholz requested to merge wip/issue/1238 into master

When using e.g. GLib.List.remove() there is no context/feedback whether an item was removed or needed manual free'ing.

Replace such calls with custom wrappers where items required free'ing if they were found.

Fixes #1238 (closed)

Merge request reports