Unverified Commit 03132b36 by Edward Thomson Committed by GitHub

Merge pull request #6115 from lhchavez/fix-indentation-threadstate

parents 043f3123 0c4d24da
...@@ -36,8 +36,8 @@ static void threadstate_dispose(git_threadstate *threadstate) ...@@ -36,8 +36,8 @@ static void threadstate_dispose(git_threadstate *threadstate)
if (!threadstate) if (!threadstate)
return; return;
if (threadstate->error_t.message != git_str__initstr) if (threadstate->error_t.message != git_str__initstr)
git__free(threadstate->error_t.message); git__free(threadstate->error_t.message);
threadstate->error_t.message = NULL; threadstate->error_t.message = NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment