Replies: 1 comment 3 replies
|
Can you provide a minimal reproduceable sample? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Ok, some more questions relating to Gtk.ListView. I have everything working in the list, but now it seems to be leaking memory somehow. The code for my list row is this:
Memory consumption is fine if I comment _albumArt.SetFromPaintable(_texture); out. Clear is called on list OnUnbind. So my question is, that am I doing something wrong here, or is this a bug?
All reactions