Skip to content

Fix memory leaks

Yvonne Kothmeier requested to merge (removed):master into master

I just read that remove_child() does not free the node as.
Therefore I replaced remove_child() by queue_free() whenever we don't need that node anymore (basically everywhere)

Merge request reports