Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Settings Settings
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 935
    • Issues 935
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 59
    • Merge requests 59
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • SettingsSettings
  • Merge requests
  • !234

power: Use g_signal_connect_object

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Andrea Azzarone requested to merge azzaronea/gnome-control-center:fix-lp-1797205 into master Oct 10, 2018
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

Objects created using the object storage API are not disposed when the panel that created them is disposed. In order to prevent segfaults we need to manually disconnect signal handler connected to these objects or we can do it automatically using g_signal_connect_object.

Fixes: https://launchpad.net/bugs/1797205

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-lp-1797205