Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • ecl ecl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ecl
  • eclecl
  • Repository
  • ecl
  • src
  • lsp
  • process.lsp
Find file BlameHistoryPermalink
  • Marius Gerbershagen's avatar
    run-program: remove redundant finalizer for windows handles · 06389326
    Marius Gerbershagen authored Aug 29, 2020
    We have already registered a finalizer for the external process object
    which calls external-process-wait. This in turn calls si::waitpid
    which closes the handle once the process has exited.
    06389326