sched: KIST doesn't free the socket info hashtable on free_all()
We just need a tor_free()
on the ht.
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- David Goulet changed milestone to %Tor: 0.3.2.x-final
changed milestone to %Tor: 0.3.2.x-final
Which hashtable do you mean? The outbuf_table hashtable is stack-allocated, and shouldn't be freed. The socket_table hashtable is static, and shouldn't be freed.
I think instead we should HT_CLEAR() the socket_table hashtable. How about this:
bug23774_032
?Trac:
Status: new to needs_reviewreview-group-24 is now open.
Trac:
Keywords: N/A deleted, review-group-24 addedsetting owner
Trac:
Owner: N/A to nickm
Status: needs_review to acceptedTrac:
Status: accepted to needs_review- Author
Tagging all scheduler (and KIST) related tickets for SponsorV
Trac:
Sponsor: N/A to SponsorV merged; thanks for the review!
Trac:
Status: merge_ready to closed
Resolution: N/A to fixed- Trac closed
closed
- Trac moved to tpo/core/tor#23774 (closed)
moved to tpo/core/tor#23774 (closed)