We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 043f312 + 0c4d24d commit 03132b3Copy full SHA for 03132b3
src/threadstate.c
@@ -36,8 +36,8 @@ static void threadstate_dispose(git_threadstate *threadstate)
36
if (!threadstate)
37
return;
38
39
- if (threadstate->error_t.message != git_str__initstr)
40
- git__free(threadstate->error_t.message);
+ if (threadstate->error_t.message != git_str__initstr)
+ git__free(threadstate->error_t.message);
41
threadstate->error_t.message = NULL;
42
}
43
0 commit comments