"wrappers/vscode:/vscode.git/clone" did not exist on "5a00b39191dd47ca74aac2c11454aa649cc62330"
Commit e9c5ab17 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Memory leak fix

parent d32d2920
......@@ -272,6 +272,7 @@ void bbSortBody(T* dData,int size,int listOrder/*,float sliceStep,int sliceSize,
delete hBucketOfSlices;
delete hSliceCounts;
delete hBucketSizes;
delete hSliceOffsetInBucket;
CUDA_SAFE_CALL(cudaFree(dOffsetInSlice));
CUDA_SAFE_CALL(cudaFree(dSliceCounts));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment