diff options
Diffstat (limited to 'gdb/value.c')
-rw-r--r-- | gdb/value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.c b/gdb/value.c index 8b44a6d..41ca250 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -2315,7 +2315,7 @@ static void function_destroyer (struct cmd_list_element *self, void *ignore) { xfree ((char *) self->name); - xfree (self->doc); + xfree ((char *) self->doc); } /* Add a new internal function. NAME is the name of the function; DOC |