Skip to content
Commit ca8996f3 authored by António Fernandes's avatar António Fernandes
Browse files

properties-window: Stop leaking extension models

We create a GListStore whose first reference we never release, so
it leaks and, with it, all objects which it owns a reference to.

We keep a GList for cleanup which gives the false illusion that we
are doing a good job at memory management, which is a lie.

Deeply free the list after use instead, and release the first
reference to the list store too. The list box keeps the list store
alive as its internal module and releases it when destroyed.
parent 3e678ce7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment