CFLint icon indicating copy to clipboard operation
CFLint copied to clipboard

Null pointer exception with missing semi colon in closures

Open gpickin opened this issue 2 years ago • 0 comments

I was getting a null pointer exception of file_error - and couldn't tell why. I finally figured out, one of the lines in my closure, was missing a semi colon, that seemed to kill the process, and result in that error, for that file.

I fixed the missing semi colon and it works now. Might be able to be more forgiving?

gpickin avatar Sep 22 '21 19:09 gpickin