Code:p->sth;p=xxx;if(p==NULL){…MyCOde…}; if(p==NULL) is necessary to check because of p had be reset before here.
Log in to post a comment.
Code:p->sth;p=xxx;if(p==NULL){…MyCOde…}; if(p==NULL) is necessary to check because of p had be reset before here.