Skip to content

treelistmodel: Fix memory leak

Mohammed Sadiq requested to merge wip/sadiq/model-fixes into master

gtk_tree_list_model_init_node() increases the reference count of the model passed. Let's not do that, and let it take the model passed.

Merge request reports