coverity: fixed miscellaneous issues

This commit is contained in:
Laxmikant Rashinkar 2014-08-02 11:13:12 -07:00
parent 162becfe55
commit 2363bf8af3
1 changed files with 1 additions and 0 deletions

View File

@ -933,6 +933,7 @@ my_api_trans_conn_in(struct trans *trans, struct trans *new_trans)
{ {
LOG(0, ("my_api_trans_conn_in: trans_force_read failed")); LOG(0, ("my_api_trans_conn_in: trans_force_read failed"));
trans_delete(new_trans); trans_delete(new_trans);
return 1;
} }
s->end = s->data; s->end = s->data;