Skip to content

Commit

Permalink
Fix Sequence::clear()
Browse files Browse the repository at this point in the history
  • Loading branch information
Crydsch committed Aug 12, 2023
1 parent 63567a7 commit 8cc614b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ void
Sequence::clear()
{
KP_LOG_DEBUG("Kompute Sequence calling clear");
this->mOperations.clear();
if (this->isRecording()) {
this->end();
}
Expand Down

0 comments on commit 8cc614b

Please sign in to comment.