leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
149 stars 17 forks source link

Fix null dereference in PrintRunnables #996

Closed codemercenary closed 8 years ago

codemercenary commented 8 years ago

This routine prints context member names directly. If the name happens to be nullptr, this causes an exception. Add a test and fix this mistake.

jdonald commented 8 years ago

Unit test passes, looks good.