summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/threadstate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/threadstate.c b/src/threadstate.c
index f67cf082b..9e3ef5818 100644
--- a/src/threadstate.c
+++ b/src/threadstate.c
@@ -36,8 +36,8 @@ static void threadstate_dispose(git_threadstate *threadstate)
if (!threadstate)
return;
- if (threadstate->error_t.message != git_str__initstr)
- git__free(threadstate->error_t.message);
+ if (threadstate->error_t.message != git_str__initstr)
+ git__free(threadstate->error_t.message);
threadstate->error_t.message = NULL;
}