mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove useless "if" before "free".
This commit is contained in:
@ -414,8 +414,7 @@ tzset_internal (always, explicit)
|
||||
tz_rules[1].name = NULL;
|
||||
|
||||
/* Save the value of `tz'. */
|
||||
if (old_tz != NULL)
|
||||
free (old_tz);
|
||||
free (old_tz);
|
||||
old_tz = tz ? __strdup (tz) : NULL;
|
||||
|
||||
/* Try to read a data file. */
|
||||
|
Reference in New Issue
Block a user