K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-02-19T18:32:05.404042Z K 7 svn:log V 305 MFC r332555: loader: provide values in help_getnext() With r328289 we attempt to make sure we free the resources allocated in help_getnext(), however, it is possible that we get no resources allocated and help_getnext() will return early. Make sure we have pointers set to NULL early in help_getnext(). END