Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #29642

Closed (moved)
Open
Opened Mar 04, 2019 by teor@teor

Free Windows library handles when we free_all in a module

Tor frees most resources on shutdown, using module *_free_all functions.

But we don't free Windows library handles.

Here's what we'd need to do:

  • write a generic function for freeing Windows library handles in winlib.c
  • call that function to free all the library handles, after we've finished using functions from those libraries

This change would only affect compat_time.c and ntmain.c. They don't currenly have *_free_all functions.

This is low-priority, because Windows libraries are reference-counted. And the two libraries that tor uses are needed for the life of the process.

For details, see https://docs.microsoft.com/en-us/windows/desktop/api/libloaderapi/nf-libloaderapi-freelibrary

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Tor: unspecified
Milestone
Tor: unspecified
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#29642