distributed_memory icon indicating copy to clipboard operation
distributed_memory copied to clipboard

关于reg_cgi.c的问题

Open chibaobao opened this issue 9 years ago • 0 comments

  • 内存泄漏
    • deal_reg_query函数末尾root未释放
    • 建议:cJSON_Delete(root);
  • 出错处理
    • deal_reg_query中出错直接return未给前台返回数据
    • 建议:return之前返回除000外的其他错误码,如:mysql插入失败证明nicheng或者u_name已经存在已经存在可返回001,前台接受001得知出现了用户重名,注册失败

chibaobao avatar Nov 09 '16 06:11 chibaobao