nglib: delete testout on Ng_Exit

This commit is contained in:
looooo 2018-02-17 09:58:30 +01:00
parent defbe25093
commit 91c9b5a9d6

View File

@ -91,7 +91,8 @@ namespace nglib
// Clean-up functions before ending usage of nglib
DLL_HEADER void Ng_Exit ()
{
;
delete testout;
testout = 0;
}