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
373637c0
Commit
373637c0
authored
Jun 18, 2009
by
Peter Eastman
Browse files
Fixed memory leaks in reference GBSA code
parent
f4aa1871
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
platforms/reference/src/gbsa/CpuImplicitSolvent.h
platforms/reference/src/gbsa/CpuImplicitSolvent.h
+1
-1
platforms/reference/src/gbsa/ImplicitSolventParameters.h
platforms/reference/src/gbsa/ImplicitSolventParameters.h
+1
-1
No files found.
platforms/reference/src/gbsa/CpuImplicitSolvent.h
View file @
373637c0
...
@@ -152,7 +152,7 @@ class CpuImplicitSolvent {
...
@@ -152,7 +152,7 @@ class CpuImplicitSolvent {
--------------------------------------------------------------------------------------- */
--------------------------------------------------------------------------------------- */
~
CpuImplicitSolvent
(
);
virtual
~
CpuImplicitSolvent
(
);
// override of new/delete -- used when run in PS3 framework(?)
// override of new/delete -- used when run in PS3 framework(?)
...
...
platforms/reference/src/gbsa/ImplicitSolventParameters.h
View file @
373637c0
...
@@ -120,7 +120,7 @@ class ImplicitSolventParameters {
...
@@ -120,7 +120,7 @@ class ImplicitSolventParameters {
--------------------------------------------------------------------------------------- */
--------------------------------------------------------------------------------------- */
~
ImplicitSolventParameters
(
);
virtual
~
ImplicitSolventParameters
(
);
// override of new/delete
// override of new/delete
...
...
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