3

8、为什么有些用到了new,确没有看到delete,不会内存泄露么?

//是的,需要考虑,但是此处用到了智能指针,delete在returncode里头封装好的,所以是正确的使用。

9,TMSS出现错误结果如下:

     a.  !!decode error : 32 bytes left without being decoded

     b.   匹配失败 : incoming value is not satisfied with matching symbol

         内层不匹配字段 : v_proVersion

         未匹配域 : omit.omit (charstring)

         匹配模板 : omit

         实际值域 : "3"

         [TCAP]: receive unknow SUT message

'0000005000000000004A020000EABF01010A12920011043400005612000000000000000704000001150304000000000000EABF000000000000000000000000000000000000000000000000000000000000000000'O

解决方法:检查下你环境的nginrun/config/scusys.cfg文件中UserInfoLength是不是32 , 改为64 , 重启试试

你可能感兴趣的:(delete)