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:
@@ -51,6 +51,10 @@ NPNetscapeFuncs NPNFuncs;
|
||||
|
||||
NPError OSCALL NP_Shutdown()
|
||||
{
|
||||
if (pLogger) {
|
||||
delete pLogger;
|
||||
pLogger = NULL;
|
||||
}
|
||||
return NPERR_NO_ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user