ld -plugin options when plugins are disabled
[deliverable/binutils-gdb.git] / binutils / windres.c
index 9f4555bfaf6919f58bf6ce1c45f1fc4bcaa416d1..427e9823ce784edc6cd852cf3141b6cd998af2e5 100644 (file)
@@ -1,5 +1,5 @@
 /* windres.c -- a program to manipulate Windows resources
-   Copyright (C) 1997-2018 Free Software Foundation, Inc.
+   Copyright (C) 1997-2020 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
    Rewritten by Kai Tietz, Onevision.
 
@@ -704,8 +704,7 @@ quot (const char *string)
   if ((buflen < slen * 2 + 2) || ! buf)
     {
       buflen = slen * 2 + 2;
-      if (buf)
-       free (buf);
+      free (buf);
       buf = (char *) xmalloc (buflen);
     }
 
This page took 0.022877 seconds and 4 git commands to generate.