Merge from gcc: use "cannot" instead of "can not" in libiberty and include.
[deliverable/binutils-gdb.git] / libiberty / partition.c
index c145cdb8f02da4d8753fd0aa5d778f774c920778..37011b867ea6b5413554cab7e85045bbab7a5299 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-2019 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);
 }
 
This page took 0.038439 seconds and 4 git commands to generate.