Searched refs:framedatacopy (Results 1 – 1 of 1) sorted by relevance
556 char16_t *framedatacopy = NULL; in getstring() local558 framedatacopy = new char16_t[len]; in getstring()560 framedatacopy[i] = bswap_16(framedata[i]); in getstring()562 framedata = framedatacopy; in getstring()565 if (framedatacopy != NULL) { in getstring()566 delete[] framedatacopy; in getstring()573 char16_t *framedatacopy = NULL; in getstring() local576 framedatacopy = new char16_t[len]; in getstring()578 framedatacopy[i] = bswap_16(framedata[i]); in getstring()580 framedata = framedatacopy; in getstring()[all …]