Searched refs:pstTmpSdesItem (Results 1 – 1 of 1) sorted by relevance
1086 tRTCP_SDES_ITEM* pstTmpSdesItem = new tRTCP_SDES_ITEM(); in constructSdesPkt() local1087 if (pstTmpSdesItem == nullptr) in constructSdesPkt()1095 delete pstTmpSdesItem; in constructSdesPkt()1099 pstTmpSdesItem->ucType = pstSdesItem->ucType; in constructSdesPkt()1100 pstTmpSdesItem->ucLength = pstSdesItem->ucLength; in constructSdesPkt()1102 pstTmpSdesItem->pValue = pucSdesBuf; in constructSdesPkt()1103 pobjChunkList.push_back(pstTmpSdesItem); in constructSdesPkt()