]> Savannah Git Hosting - gnulib.git/commitdiff
(iconv_alloc): No need to test for " && dest " at the end - dest is
authorBruno Haible <bruno@clisp.org>
Tue, 5 Sep 2006 11:48:30 +0000 (11:48 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 5 Sep 2006 11:48:30 +0000 (11:48 +0000)
always != NULL there.

lib/iconvme.c

index 5de84cc5298d2fc023391582ff6a420fbd2a4c54..394d1a4438849dfe11b5267a67dc4a93a1a540d7 100644 (file)
@@ -189,7 +189,7 @@ again:
   *outp = '\0';
 
 out:
-  if (have_error && dest)
+  if (have_error)
     {
       int save_errno = errno;
       free (dest);