Add missed va_end call
This commit is contained in:
parent
986a6f55e0
commit
927fcddebf
@ -317,6 +317,7 @@ void redact(const char *fmt, ...) {
|
||||
va_start(args, fmt);
|
||||
if(doredact) {
|
||||
fprintf(stdout, "[!] ( ( R E D A C T E D ) )\n");
|
||||
va_end(args);
|
||||
return;
|
||||
}
|
||||
fprintf(stdout, "[*] ");
|
||||
|
Loading…
Reference in New Issue
Block a user