Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 committed Dec 22, 2024
1 parent 53f08c3 commit 7bde580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADOL-C/src/taping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ void freeTapeResources(TapeInfos *tapeInfos) {
}
if (tapeInfos->signature != nullptr) {
free(tapeInfos->signature);
tapeInfos->signature = nullptrptr;
tapeInfos->signature = nullptr;
}
}

Expand Down

0 comments on commit 7bde580

Please sign in to comment.