Fix ridiculously small memory leak.
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 37a28d5eed2f5c11111a764bca164aede4249b80..220d93a3251842ad23612f07b95c27e3f48f87ea 100644 (file)
@@ -3692,6 +3692,8 @@ dump_bfd (bfd *abfd)
                         bfd_get_filename (abfd));
              exit_status = 1;
            }
+
+         free (dhandle);
        }
       /* PR 6483: If there was no STABS debug info in the file, try
         DWARF instead.  */
This page took 0.027159 seconds and 4 git commands to generate.