diff options
Diffstat (limited to 'test/src/perf/SolverPerfTests.cpp')
| -rw-r--r-- | test/src/perf/SolverPerfTests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/perf/SolverPerfTests.cpp b/test/src/perf/SolverPerfTests.cpp index 673d7a1..dfc5bc1 100644 --- a/test/src/perf/SolverPerfTests.cpp +++ b/test/src/perf/SolverPerfTests.cpp @@ -210,11 +210,11 @@ public: std::for_each(actors.begin(), actors.end(), [](NvBlastActor* a){ NvBlastActorDeactivate(a, messageLog); }); actors.clear(); - free(family); + alignedFree(family); } // Release asset data - free(asset); + alignedFree(asset); } } } |