Skip to content

Fix calling methods on null objects

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

Some object methods were calling without checking if the object exist or not.

Merge request reports