bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

localcharset.c


From: Simon Josefsson
Subject: localcharset.c
Date: Mon, 28 Feb 2011 16:25:22 +0100
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/23.2 (gnu/linux)

Make syntax-check complains about this in localcharset.c:

                          if (old_res_ptr != NULL)
                            free (old_res_ptr);

maint.mk: found useless "if" before "free" above

Any objections to simplifying this to 'free (old_res_ptr);'?

/Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]