aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-01-18 15:08:26 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-01-18 15:08:26 +0000
commit3615f29f2ec130cb74f37b6db9debd4f20d4a6a0 (patch)
tree61174b1b96abebb257d9c97fb09d27148d53c2ff /src
parent614539df65b3f03884bda64267c9e3f8725b7e32 (diff)
Fixed a small memory leak.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@86 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'src')
-rw-r--r--src/Output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Output.c b/src/Output.c
index 42ae2c2..e8cae01 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -223,6 +223,7 @@ int IOHDF5_TimeFor (const cGH *GH, int vindex)
fullname = CCTK_FullName (vindex);
CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING,
"Already done IOHDF5 output for variable '%s'", fullname);
+ free (fullname);
return (0);
}