aboutsummaryrefslogtreecommitdiff
path: root/src/Output2D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output2D.c')
-rw-r--r--src/Output2D.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Output2D.c b/src/Output2D.c
index 5eb5161..8b390d4 100644
--- a/src/Output2D.c
+++ b/src/Output2D.c
@@ -299,7 +299,9 @@ void IOSDF_CheckSteerableParameters2D (ioSDFGH *myGH)
}
else
{
+ char *tmp = msg;
Util_asprintf (&msg, "%s, '%s'", msg, fullname);
+ free (tmp);
}
free (fullname);
}