* valops.c (value_assign): Respect parent offset when
[deliverable/binutils-gdb.git] / gdb / utils.c
index 5fa2f26216e9bede31b6180f66472bf64d81a96e..16ad084428a4fb0d9849b03819dedc39dd0c855f 100644 (file)
@@ -1098,6 +1098,9 @@ Show whether GDB will quit when an %s is detected"),
                        set_cmd_list,
                        show_cmd_list);
 
+  xfree (set_doc);
+  xfree (show_doc);
+
   set_doc = xstrprintf (_("\
 Set whether GDB should create a core file of GDB when %s is detected"),
                        problem->name);
@@ -1114,6 +1117,9 @@ Show whether GDB will create a core file of GDB when %s is detected"),
                        NULL, /* showfunc */
                        set_cmd_list,
                        show_cmd_list);
+
+  xfree (set_doc);
+  xfree (show_doc);
 }
 
 /* Print the system error message for errno, and also mention STRING
This page took 0.023768 seconds and 4 git commands to generate.