cad9f9b Coverity - null pointer dereference

1 file Authored by pvomacka 7 years ago, Committed by pvoborni 7 years ago,
    Coverity - null pointer dereference
    
    The 'obj' variable could be null, so there could be error when it is used.
    A new check that 'obj' is not false is added.
    
    Reviewed-By: Petr Vobornik <pvoborni@redhat.com>