Fix valgrind error when marking a descriptor as never-downloadable.
commitc0515b307c4c60d4a17158e47db1033540019b28
authorNick Mathewson <nickm@torproject.org>
Sun, 17 May 2009 06:01:09 +0000 (17 02:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 17 May 2009 06:01:09 +0000 (17 02:01 -0400)
tree300e57416f48f5073e91531de45ef39c22ead0c5
parent11b9c839f0c04c943a1e5f587dafb704e068b1aa
Fix valgrind error when marking a descriptor as never-downloadable.

When we got a descriptor that we (as an authority) rejected as totally
bad, we were freeing it, then using the digest in its RAM to look up its
download status.  Caught by arma with valgrind.  Bugfix on 0.2.1.9-alpha.
ChangeLog
src/or/routerlist.c