Fix function pointer can be NULL
This commit is contained in:
parent
c507a649f0
commit
f374da11e3
@ -540,7 +540,7 @@ bool module_potfile_custom_check (MAYBE_UNUSED const hashconfig_t *hashconfig, M
|
||||
}
|
||||
else
|
||||
{
|
||||
m02500_aux = NULL;
|
||||
return false;
|
||||
}
|
||||
|
||||
m02500_aux
|
||||
|
||||
@ -515,7 +515,7 @@ bool module_potfile_custom_check (MAYBE_UNUSED const hashconfig_t *hashconfig, M
|
||||
}
|
||||
else
|
||||
{
|
||||
m02501_aux = NULL;
|
||||
return false;
|
||||
}
|
||||
|
||||
m02501_aux
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user