summaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 6065558abe9..4ab2553188b 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -223,7 +223,7 @@ instrument_values (histogram_values values)
gcc_unreachable ();
}
}
- VEC_free (histogram_value, values);
+ VEC_free (histogram_value, heap, values);
}