Skip to content

jobs C++ new keyword does not return zero

Marius Pa requested to merge nmariusp/kdenlive:work/nmariusp/new_throws into master

Fix PVS-Studio issue "warning: V668 There is no sense in testing the 'X' 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