aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_int.F
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-04-18 11:13:56 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-04-18 11:13:56 +0000
commitc18457122a8292ccda282e9cdbd07f869ee37fb1 (patch)
tree2819536885764127a85c6927b484c8cb778b27bc /src/AHFinder_int.F
parent9e90071f22b6680c4f2b7f83410d878bc5954bf9 (diff)
I had forgotten to deallocate one array! Could this be the cause of
Bernd's emomry leak? (It would cause some memory leak of course, I just don't know if the leak is big enough to account for Bernd's problem). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@68 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src/AHFinder_int.F')
-rw-r--r--src/AHFinder_int.F1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AHFinder_int.F b/src/AHFinder_int.F
index 94bf674..b485149 100644
--- a/src/AHFinder_int.F
+++ b/src/AHFinder_int.F
@@ -1106,6 +1106,7 @@
deallocate(rr,xa,ya,za)
deallocate(da,exp,gradn)
deallocate(txx,tyy,tzz,txy,txz,tyz)
+ deallocate(intmask)
! ***************