Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-editing-services gst-editing-services
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-editing-servicesgst-editing-services
  • Issues
  • #41
Closed
Open
Issue created Aug 15, 2018 by Bugzilla Migration User@bugzilla-migration

Memory leak in ges_container_init

Submitted by vgd..@..il.com

Link to original bug (#796967)

Description

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. :)

Version: 1.14.2

Assignee
Assign to
Time tracking