Skip to content
Snippets Groups Projects
Commit e043df97 authored by Karsten Suehring's avatar Karsten Suehring
Browse files

avoid dereferencing a nullptr object

Dereferencing a nullptr should be avoided, even if the passed object is never used.
It may not be the most elegant solution to pass an empty list object, but it should work.
parent 8d8f0316
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment