You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
co_delete is a false match, I believe.
JSONStringHandler can be corrected eventually, it is indeed not useful
sunxi_init: even though technically it is not needed, I would leave it there in case there is some change to the code above.
💭 I am curious if another software developer (besides me) can get into the mood to apply a corresponding update suggestion which could be generated by the software “Coccinelle” (also with the help of a variant from the following script).
@Remove_unnecessary_pointer_checks@expression x;@@-if (\(x != 0 \| x != NULL\))
free(x);
An extra null pointer check is not needed in functions like the following.
The text was updated successfully, but these errors were encountered: