You need to sign in or sign up before continuing.
cursor: remove unnecessary if before free
free(NULL) is valid and is a no-op.
Signed-off-by: Simon Ser <contact@emersion.fr>
Loading
Please register or sign in to comment
free(NULL) is valid and is a no-op.
Signed-off-by: Simon Ser <contact@emersion.fr>