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
a90c90e2
Commit
a90c90e2
authored
Jul 12, 2012
by
Peter Eastman
Browse files
Fixed a memory leak
parent
edbe6a87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/reference/src/ReferenceKernels.cpp
platforms/reference/src/ReferenceKernels.cpp
+1
-1
No files found.
platforms/reference/src/ReferenceKernels.cpp
View file @
a90c90e2
...
...
@@ -1059,7 +1059,7 @@ void ReferenceCalcCustomNonbondedForceKernel::copyParametersToContext(ContextImp
ReferenceCalcGBSAOBCForceKernel
::~
ReferenceCalcGBSAOBCForceKernel
()
{
if
(
obc
)
{
//
delete obc->getObcParameters();
delete
obc
->
getObcParameters
();
delete
obc
;
}
}
...
...
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