Skip to content

Commit

Permalink
one missing initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 18, 2024
1 parent 4dc0bad commit 5a695b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generic/tclsample.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ Sample_Init(

numcontexts = 1;
sha1CmdContexts = (sha1CmdContext *)ckalloc(sizeof(sha1CmdContext));
sha1CmdContexts[0].totalRead = 0;

return TCL_OK;
}
Expand Down

0 comments on commit 5a695b6

Please sign in to comment.