summaryrefslogtreecommitdiff
path: root/src/or/statefile.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-01 12:31:38 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-01 12:31:38 -0400
commit0e20825bf22bbe86dbd2a2822864b90ccc45c00b (patch)
tree45dd319be5d6b10a7c751579e15861fc31b8b79d /src/or/statefile.c
parentb51ce907771d3fbeeb2dcba3c109d3ee25850f4c (diff)
downloadtor-0e20825bf22bbe86dbd2a2822864b90ccc45c00b.tar.gz
tor-0e20825bf22bbe86dbd2a2822864b90ccc45c00b.zip
whitespace fix
Diffstat (limited to 'src/or/statefile.c')
-rw-r--r--src/or/statefile.c2
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);
}