commit 0e20825bf22bbe86dbd2a2822864b90ccc45c00b Author: Nick Mathewson nickm@torproject.org Date: Thu May 1 12:31:38 2014 -0400
whitespace fix --- src/or/statefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/statefile.c b/src/or/statefile.c index a50eae5..7b9998f 100644 --- a/src/or/statefile.c +++ b/src/or/statefile.c @@ -636,7 +636,7 @@ or_state_free(or_state_t *state) { if (!state) return; - + config_free(&state_format, state); }
tor-commits@lists.torproject.org