[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -93,7 +93,7 @@ int ObDtlPacketProc<Packet>::process(const ObDtlLinkedBuffer &buffer, bool &tran
}
// packet 处理完成后需要释放内存
// 否则会有内存泄漏
// https://aone.alibaba-inc.com/issue/17971688
//
// 无论处理是否成功,都需要reset对应的packet
pkt_.reset();
return ret;