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:
@@ -204,8 +204,7 @@ do_section(const res_state statp,
|
||||
rrnum++;
|
||||
}
|
||||
cleanup:
|
||||
if (buf != NULL)
|
||||
free(buf);
|
||||
free(buf);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user