Pointer "cur_pos" dereferenced before NULL check, found by coverity.com scan.
Removed the NULL check since the pointer must be valid already.
Loading
Please register or sign in to comment
Removed the NULL check since the pointer must be valid already.