CPP: Replace getAllocatorCall with getDeallocator call.

This commit is contained in:
Alex Eyers-Taylor
2023-08-25 13:55:30 +01:00
parent 04f8ed6af0
commit a3711e1df0
5 changed files with 13 additions and 8 deletions

View File

@@ -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 =