mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:13:31 +03:00
tidy-up: drop redundant == NULL syntax
Where missed by checksrc. Closes #21935
This commit is contained in:
parent
59213abfb2
commit
014be82a66
19 changed files with 39 additions and 41 deletions
|
|
@ -196,7 +196,7 @@ void Curl_wildcard_dtor(struct WildcardData **wcp)
|
|||
wc->dtor = ZERO_NULL;
|
||||
wc->ftpwc = NULL;
|
||||
}
|
||||
DEBUGASSERT(wc->ftpwc == NULL);
|
||||
DEBUGASSERT(!wc->ftpwc);
|
||||
|
||||
Curl_llist_destroy(&wc->filelist, NULL);
|
||||
curlx_safefree(wc->path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue