Skip to content

Fix potential calls on null objects

Ömer Fadıl Usta requested to merge work/usta_fix_for_null_items into master

There were several object method calls without checking if that object exist or not.

Merge request reports