descriptors: fix wrong use of dvbpsi_DuplicateDecodedDescriptor()
Duplicating p_descriptor->p_decoded which has just been newly create is wrong. The pointer is empty. What should have been done is duplicating the pointer p_decoded which is passed to the generator function for the descriptor.
Showing
Please register or sign in to comment