Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
e9c5ab17
"wrappers/vscode:/vscode.git/clone" did not exist on "5a00b39191dd47ca74aac2c11454aa649cc62330"
Commit
e9c5ab17
authored
Dec 15, 2011
by
Mark Friedrichs
Browse files
Memory leak fix
parent
d32d2920
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
platforms/cuda/src/kernels/bbsort.cu
platforms/cuda/src/kernels/bbsort.cu
+1
-0
No files found.
platforms/cuda/src/kernels/bbsort.cu
View file @
e9c5ab17
...
...
@@ -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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment