diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-15 16:50:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-15 16:50:02 -0400 |
commit | 7c6cc470f181cc2e9d8e3f6e2a36611de6fb0fdd (patch) | |
tree | 3d0ce3b45d59533903429d5ea8774990caf1190c /changes | |
parent | 4613159c61549a4901690da5ecd5101eb6a20736 (diff) | |
parent | 4ab1d1c0c44a887417b04fc75b1b11bf246f2bb5 (diff) | |
download | tor-7c6cc470f181cc2e9d8e3f6e2a36611de6fb0fdd.tar.gz tor-7c6cc470f181cc2e9d8e3f6e2a36611de6fb0fdd.zip |
Merge branch 'bug30894_035' into ticket30893
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug30894 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug30894 b/changes/bug30894 new file mode 100644 index 0000000000..64c14c4e6d --- /dev/null +++ b/changes/bug30894 @@ -0,0 +1,4 @@ + o Minor bugfixes (memory leaks): + - Fix a trivial memory leak when parsing an invalid value + from a download schedule in the configuration. Fixes bug + 30894; bugfix on 0.3.4.1-alpha. |