diff options
author | Roger Dingledine <arma@torproject.org> | 2010-08-13 17:30:50 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-08-13 17:30:50 -0400 |
commit | b1a588855380d021b536f42b70c9815b83eca430 (patch) | |
tree | f79a68950af25ef14d6807a5935e87fdef298710 /changes | |
parent | a1686d867e0a35417e1e65ad0730bcd116edd10f (diff) | |
download | tor-b1a588855380d021b536f42b70c9815b83eca430.tar.gz tor-b1a588855380d021b536f42b70c9815b83eca430.zip |
fix a memory leak introduced by df1ef2f0f0856af
Diffstat (limited to 'changes')
-rw-r--r-- | changes/leak-weight-params | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/leak-weight-params b/changes/leak-weight-params new file mode 100644 index 0000000000..f4a8df5d6d --- /dev/null +++ b/changes/leak-weight-params @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Fix a memory leak every time we parse a v3 network consensus. Bugfix + on 0.2.2.10-alpha. |