mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
CPP: Correct the test.
This commit is contained in:
@@ -422,5 +422,5 @@ void test13()
|
||||
MyPointer13 myPointer2(myBuffer);
|
||||
MyPointer13 myPointer3(new char[100]);
|
||||
|
||||
delete myPointer2.getPointer(); // GOOD
|
||||
delete myPointer3.getPointer(); // GOOD
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user