gas/
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index c63ecc2e3712a60a2291bf6fa97338f94cfee1fa..875541c6e178b68fcdf41cddb44330ac6ffa8ed4 100644 (file)
@@ -3515,7 +3515,10 @@ read_struct_type (char **pp, struct type *type, enum type_code type_code,
 
     TYPE_LENGTH (type) = read_huge_number (pp, 0, &nbits, 0);
     if (nbits != 0)
-      return error_type (pp, objfile);
+      {
+       do_cleanups (back_to);
+       return error_type (pp, objfile);
+      }
     set_length_in_type_chain (type);
   }
 
This page took 0.024862 seconds and 4 git commands to generate.