euclio / fm

Small, general purpose file manager built with GTK4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory leak?

aeghn opened this issue · comments

commented

I've been using this file manager for a while now, but I've noticed a gradual increase in memory, what could be the reason for this?

Is it because of ListItem management in gtk ListView?

When I just open the fm.

23-08-13_13 12 18

After I visited some dirs in the project.
23-08-13_13 14 02

Do we need release some object manually?

I wouldn't be surprised, the directory code has a lot of strong clones in it. I'll see if I can find the source.

I did some profiling, but I don't see anything out of the ordinary. Please feel free to reopen if you're seeing this again.