Vincent - 2015-05-19

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