mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
CPP: Replace getAllocatorCall with getDeallocator call.
This commit is contained in:
@@ -337,7 +337,7 @@ private Node getControlOrderChildSparse(Node n, int i) {
|
||||
or
|
||||
i = 1 and result = del.getDestructorCall()
|
||||
or
|
||||
i = 2 and result = del.getAllocatorCall()
|
||||
i = 2 and result = del.getDeallocatorCall()
|
||||
)
|
||||
or
|
||||
n =
|
||||
@@ -346,7 +346,7 @@ private Node getControlOrderChildSparse(Node n, int i) {
|
||||
or
|
||||
i = 1 and result = del.getDestructorCall()
|
||||
or
|
||||
i = 2 and result = del.getAllocatorCall()
|
||||
i = 2 and result = del.getDeallocatorCall()
|
||||
)
|
||||
or
|
||||
n =
|
||||
|
||||
Reference in New Issue
Block a user