mirror of
https://github.com/sheumann/hush.git
synced 2024-12-23 05:29:58 +00:00
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);
|
||||
|
||||
/* clean up */
|
||||
memset(p, 0, size);
|
||||
nuke_str(p);
|
||||
free(p);
|
||||
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user