Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-06 | Remove changes files that will appear in 0.2.9.5-alpha. | Nick Mathewson | |
2016-10-31 | Actually free the worker_state_t object when we do an update with it | Nick Mathewson | |
Previously we freed the old "keys" object, but leaked the worker_state_t that we had taken it from. Fixes bug 20401; bugfix on 0.2.6.3-alpha. |