After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796967 - Memory leak in ges_container_init
Memory leak in ges_container_init
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-editing-services
1.14.2
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-08-15 13:58 UTC by vgdoqd
Modified: 2018-11-03 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description vgdoqd 2018-08-15 13:58:24 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. :)
Comment 1 GStreamer system administrator 2018-11-03 12:54:30 UTC
-- 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.