forked from Imagelibrary/binutils-gdb
* breakpoint.h (struct breakpoint): Add comment to
extra_string indicating that this member is mallod'd. * breakpoint.c (base_breakpoint_dtor): Free extra_string.
This commit is contained in:
@@ -12788,6 +12788,7 @@ base_breakpoint_dtor (struct breakpoint *self)
|
||||
{
|
||||
decref_counted_command_line (&self->commands);
|
||||
xfree (self->cond_string);
|
||||
xfree (self->extra_string);
|
||||
xfree (self->addr_string);
|
||||
xfree (self->filter);
|
||||
xfree (self->addr_string_range_end);
|
||||
|
||||
Reference in New Issue
Block a user