[server] remove unncessary NULL check spotted by Coverity
This commit is contained in:
parent
f962edda00
commit
b2109f5630
@ -134,8 +134,8 @@ rotate_digest_cache_file(fko_srv_options_t *opts)
|
|||||||
);
|
);
|
||||||
#endif /* NO_DIGEST_CACHE */
|
#endif /* NO_DIGEST_CACHE */
|
||||||
|
|
||||||
if(new_file != NULL)
|
free(new_file);
|
||||||
free(new_file);
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user