2011-03-08 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / binutils / wrstabs.c
index 0ca861ce8d84b4b9dbdc0d9a1c11c72bbf673b90..bbf257e5f5d1b8f809f90316544b482c1adf78d5 100644 (file)
@@ -1312,9 +1312,7 @@ stab_start_struct_type (void *p, const char *tag, unsigned int id,
   struct stab_write_handle *info = (struct stab_write_handle *) p;
   long tindex;
   bfd_boolean definition;
-  char *buf;
-
-  buf = (char *) xmalloc (40);
+  char buf[40];
 
   if (id == 0)
     {
This page took 0.024873 seconds and 4 git commands to generate.