Stop TestInfo::Run() calling a function through null pointer
If the object was never created then trying to call &Test::DeleteSelf_
will dereference a null pointer, with undefined behaviour.
Fixes #845
Knut Omang <knut.omang@oracle.com> | Feb 11 2019, 20:15 |
• trottet | Dec 4 2019, 13:52 |