GNOME Bugzilla – Bug 796967
Memory leak in ges_container_init
Last modified: 2018-11-03 12:54:30 UTC
The hash table allocated in ges_container_init does not get freed when the GESContainer object is deallocated. The code is at gstreamer-editing-services-1.14.2/ges/ges-container.c line 504. Maybe we shall call g_hash_table_destroy in function _dispose or _finalize in ges-container.c to deallocate the hash table. Thanks. Have a nice day. :)
-- 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-editing-services/issues/41.