Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KWin KWin
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 60
    • Issues 60
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 162
    • Merge requests 162
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • KWinKWin
  • Repository
  • kwin
  • src
  • wayland
  • tools
  • generator.cpp
Find file BlameHistoryPermalink
  • Michael Pyne's avatar
    Initialize Interface factory pointer to fix Coverity warning. · 3e6bc362
    Michael Pyne authored May 04, 2016
    Coverity complains (in CID 1335150) about `Generator::parseInterface()`
    since the default copy-ctor for `Interface` will end up copying
    uninitialized memory (the unset `m_factory` member). Fixed by
    initializing the m_factory.
    
    REVIEW:127836
    3e6bc362