diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-10 11:23:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-10 11:23:46 -0400 |
commit | 2c7ed0406f04caa1609014f66c08964c8b38d0b9 (patch) | |
tree | 95dd34195047671a412b5d1cfbd21ea85128aa94 /changes | |
parent | 7b1b8c36942a09ff4c50ac228f465aa4050153e3 (diff) | |
parent | 7dbf66713f22b5e04a36d300307a4df7e375e76b (diff) | |
download | tor-2c7ed0406f04caa1609014f66c08964c8b38d0b9.tar tor-2c7ed0406f04caa1609014f66c08964c8b38d0b9.tar.gz |
Merge branch 'bug9644_024' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9644 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9644 b/changes/bug9644 new file mode 100644 index 000000000..51c58a5ff --- /dev/null +++ b/changes/bug9644 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix a small memory leak on exit. (We weren't freeing directory + authority certificate download statuses.) Fixes bug 9644; bugfix + on 0.2.4.13-alpha. |