* cris.h (R_CRIS_32_IE): New relocation.
[deliverable/binutils-gdb.git] / gdb / completer.c
index e7ee817aa89e218265b0dff40c4a031614d52344..d109140ee3e0bc6e620ca43667d98697f9339106 100644 (file)
@@ -414,9 +414,11 @@ expression_completer (char *text, char *word)
 
          add_struct_fields (type, &out, result, fieldname, flen);
          result[out] = NULL;
+         xfree (fieldname);
          return result;
        }
     }
+  xfree (fieldname);
 
   /* Commands which complete on locations want to see the entire
      argument.  */
This page took 0.023582 seconds and 4 git commands to generate.