]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/partition.c
Update the C FE routine "add_flexible_array_elts_to_size" C++ FE routine "layout_var_...
[thirdparty/gcc.git] / libiberty / partition.c
index c145cdb8f02da4d8753fd0aa5d778f774c920778..007f851d2c2209891571019f1c8ccf0e606bd1db 100644 (file)
@@ -1,5 +1,5 @@
 /* List implementation of a partition of consecutive integers.
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC.
 
    This file is part of GNU CC.
@@ -177,6 +177,7 @@ partition_print (partition part, FILE *fp)
       }
   fputc (']', fp);
 
+  free (class_elements);
   free (done);
 }