Skip to content

amorthememanager fix two PVS-Studio issues

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

Fix PVS-Studio issues "src/amorthememanager.cpp:127: warning: V668 There is no sense in testing the 'anim' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. src/amorthememanager.cpp:136: warning: V547 Expression 'entries == 0' is always false.".

Merge request reports