PR32716, objdump -i memory leak

PR binutils/32716
	* bucomm.c (display_info): Free arg.info.
This commit is contained in:
Alan Modra
2025-02-19 07:58:54 +10:30
parent 28588dc52c
commit ba6ad3a18c

View File

@@ -435,6 +435,7 @@ display_info (void)
if (!arg.error)
display_target_tables (&arg);
free (arg.info);
return arg.error;
}