diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-08-16 00:00:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-16 00:14:06 -0400 |
commit | 15379a7254a5d17ab9a2057435a6daa9c08ae880 (patch) | |
tree | 294987980a8ff2cd2c824ed3b093b27d9c6839f9 /changes/dmalloc-compile | |
parent | 4c948ffd6c34bc60dc9b3bf66226ae179a2d0752 (diff) | |
download | tor-15379a7254a5d17ab9a2057435a6daa9c08ae880.tar.gz tor-15379a7254a5d17ab9a2057435a6daa9c08ae880.zip |
Fix compilation with --with-dmalloc
Fixes 1832; bugfix on 0.2.2.6-alpha
Diffstat (limited to 'changes/dmalloc-compile')
-rw-r--r-- | changes/dmalloc-compile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/dmalloc-compile b/changes/dmalloc-compile new file mode 100644 index 0000000000..ee2f11fa87 --- /dev/null +++ b/changes/dmalloc-compile @@ -0,0 +1,4 @@ + o Minor bugfixes + - Fix compilation with --with-dmalloc set. Bugfix on 0.2.2.6-alpha; + fixes bug 1832. + |