1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

Remove useless "if" before "free".

This commit is contained in:
Ulrich Drepper
2008-03-19 06:43:34 +00:00
parent 354b75277b
commit 72e6cdfa2c
19 changed files with 33 additions and 66 deletions

View File

@@ -204,8 +204,7 @@ do_section(const res_state statp,
rrnum++;
}
cleanup:
if (buf != NULL)
free(buf);
free(buf);
}
/*