Add NS_RELEASE in save code

git-svn-id: svn://10.0.0.236/trunk@6965 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kostello%netscape.com 1998-07-31 18:35:19 +00:00
parent a7b5f12c78
commit ede619c82a

View File

@ -1444,7 +1444,9 @@ nsBrowserWindow::DoDebugSave()
}
NS_RELEASE(parser);
}
NS_RELEASE(doc);
}
NS_RELEASE(shell);
}
}