aboutsummaryrefslogtreecommitdiff
path: root/gas/dw2gencfi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/dw2gencfi.c')
-rw-r--r--gas/dw2gencfi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/dw2gencfi.c b/gas/dw2gencfi.c
index 89bdc9a..8c1e379 100644
--- a/gas/dw2gencfi.c
+++ b/gas/dw2gencfi.c
@@ -1186,6 +1186,7 @@ dot_cfi_label (int ignored ATTRIBUTE_UNUSED)
cfi_add_advance_loc (symbol_temp_new_now ());
cfi_add_label (name);
+ free (name);
demand_empty_rest_of_line ();
}