Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 84e74a36b838599d5b9e911d449e9892cd34972a..538bdfa5d7df9dfbd3fb1e73bf57e145a4fc543e 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -2487,8 +2487,7 @@ bfd_demangle (bfd *abfd, const char *name, int options)
 
   res = cplus_demangle (name, options);
 
-  if (alloc != NULL)
-    free (alloc);
+  free (alloc);
 
   if (res == NULL)
     {
This page took 0.024401 seconds and 4 git commands to generate.