diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-01 12:31:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-01 12:31:38 -0400 |
commit | 0e20825bf22bbe86dbd2a2822864b90ccc45c00b (patch) | |
tree | 45dd319be5d6b10a7c751579e15861fc31b8b79d /src/or/statefile.c | |
parent | b51ce907771d3fbeeb2dcba3c109d3ee25850f4c (diff) | |
download | tor-0e20825bf22bbe86dbd2a2822864b90ccc45c00b.tar.gz tor-0e20825bf22bbe86dbd2a2822864b90ccc45c00b.zip |
whitespace fix
Diffstat (limited to 'src/or/statefile.c')
-rw-r--r-- | src/or/statefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/statefile.c b/src/or/statefile.c index a50eae5ff4..7b9998fc1a 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); } |