Skip to content

Commit

Permalink
Linux CComBstr clear
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnn committed Dec 6, 2023
1 parent 3688c15 commit 545805c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/clang/unittests/HLSL/PixTestUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ class InstructionOffsetSeekerImpl : public InstructionOffsetSeeker {
}
}
SourceFileOrdinal++;
fileName = nullptr;
fileContent = nullptr;
fileName.Empty();
fileContent.Empty();
}
}

Expand Down

0 comments on commit 545805c

Please sign in to comment.