aboutsummaryrefslogtreecommitdiff
path: root/src/datconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datconv.c')
-rw-r--r--src/datconv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datconv.c b/src/datconv.c
index 7e9e532..ead1e57 100644
--- a/src/datconv.c
+++ b/src/datconv.c
@@ -206,6 +206,8 @@ dsegm_list_free (struct dsegm *dp)
while (dp)
{
struct dsegm *next = dp->next;
+ if (dp->type == FDEF_FLD)
+ free (dp->v.field.name);
free (dp);
dp = next;
}

Return to:

Send suggestions and report system problems to the System administrator.