GNOME Bugzilla – Bug 795305
Gst.ValueList leaking memory
Last modified: 2018-11-03 15:37:25 UTC
Created attachment 370993 [details] reproduction script (python) While working on a python script that reads spectrum messages, i noticed that casting a Gst.ValueList does leak memory, as well as printing it. Tapping directly into the array attribute does not trigger the leak. I don't see what could cause this in the python gi override itself (https://cgit.freedesktop.org/gstreamer/gst-python/tree/gi/overrides/Gst.py#n535) I am unsure whether this could be lower level than the gst-python overrides, please let me know if i should open a ticket somewhere else.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-python/issues/12.