Skip to content

Commit aec3252

Browse files
committed
fix
1 parent 2d9b499 commit aec3252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mod/perf/sendprop_optimize.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,8 +1372,8 @@ namespace Mod::Perf::SendProp_Optimize
13721372
}
13731373
}
13741374

1375-
delete entitiesWithNotUpdatedChangedProps;
1376-
delete entitiesWithNotUpdatedFullyChangedProps;
1375+
delete[] entitiesWithNotUpdatedChangedProps;
1376+
delete[] entitiesWithNotUpdatedFullyChangedProps;
13771377

13781378
threadPool.wait_for_tasks();
13791379
threadPoolPackWork.wait_for_tasks();

0 commit comments

Comments
 (0)