diff options
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r-- | binutils/bucomm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c index ccf5409..d455473 100644 --- a/binutils/bucomm.c +++ b/binutils/bucomm.c @@ -435,6 +435,7 @@ display_info (void) if (!arg.error) display_target_tables (&arg); + free (arg.info); return arg.error; } |