Skip to content

Commit

Permalink
Fix test in std.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Mar 22, 2024
1 parent 2270a0a commit 28bbae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cfg/std.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4971,7 +4971,7 @@ void memleak_std_realloc(void* block, size_t newsize)

void unusedAllocatedMemory_std_free()
{
// TODO cppcheck-suppress unusedAllocatedMemory
// cppcheck-suppress unusedAllocatedMemory
void* p = std::malloc(1);
std::free(p);
}
Expand Down

0 comments on commit 28bbae1

Please sign in to comment.