2001-06-17 Fernando Nasser <fnasser@redhat.com>
From 2001-06-15 Eirik Fuller <eirik@hackrat.com> * cli/cli-script.c (free_command_lines): Reset list pointer.
This commit is contained in:
parent
cb51c4e04d
commit
0d70f41b68
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-06-17 Fernando Nasser <fnasser@redhat.com>
|
||||||
|
|
||||||
|
From 2001-06-15 Eirik Fuller <eirik@hackrat.com>
|
||||||
|
* cli/cli-script.c (free_command_lines): Reset list pointer.
|
||||||
|
|
||||||
2001-06-16 Andrew Cagney <ac131313@redhat.com>
|
2001-06-16 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* arch-utils.c (init_frame_pc_default): New function
|
* arch-utils.c (init_frame_pc_default): New function
|
||||||
|
|
|
@ -1028,6 +1028,7 @@ free_command_lines (struct command_line **lptr)
|
||||||
xfree (l);
|
xfree (l);
|
||||||
l = next;
|
l = next;
|
||||||
}
|
}
|
||||||
|
*lptr = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue