libbb/obscure.c: code shrink. Suggested by Tito.
function old new delta string_checker 97 92 -5 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
3fa97af7cc
commit
eb9f485b07
@ -76,7 +76,7 @@ static int string_checker(const char *p1, const char *p2)
|
|||||||
ret |= string_checker_helper(p, p2);
|
ret |= string_checker_helper(p, p2);
|
||||||
|
|
||||||
/* clean up */
|
/* clean up */
|
||||||
memset(p, 0, size);
|
nuke_str(p);
|
||||||
free(p);
|
free(p);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user