Skip to content

mediaobject new can throw but does not return null

Fix PVS-Studio issue "mediaobject.cpp:549: warning: V668 There is no sense in testing the 'm_media' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error.".

Merge request reports