Fixing leak in the Tester plugin, not part of the build.

git-svn-id: svn://10.0.0.236/trunk@117696 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com
2002-03-28 21:33:47 +00:00
parent f6bb3c148c
commit 2c7d6b741e

View File

@@ -51,6 +51,10 @@ NPNetscapeFuncs NPNFuncs;
NPError OSCALL NP_Shutdown()
{
if (pLogger) {
delete pLogger;
pLogger = NULL;
}
return NPERR_NO_ERROR;
}