ossrs/srs

Not using delete[] to delete an array, unknown behavior.

winlinvip opened this issue · 1 comments

new T[] should be used in conjunction with delete[], otherwise some libraries may have undefined behavior.

TRANS_BY_GPT3

fixed