Fix for bug # 58077 r=ducarroz sr=waterson
git-svn-id: svn://10.0.0.236/trunk@82045 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -116,6 +116,11 @@ nsUrlbarHistory::~nsUrlbarHistory()
|
||||
{
|
||||
nsServiceManager::ReleaseService(kRDFServiceCID, gRDFService);
|
||||
gRDFService = nsnull;
|
||||
}
|
||||
if (gRDFCUtils)
|
||||
{
|
||||
nsServiceManager::ReleaseService(kRDFCUtilsCID, gRDFCUtils);
|
||||
gRDFCUtils = nsnull;
|
||||
}
|
||||
mDataSource = nsnull;
|
||||
NS_IF_RELEASE(kNC_URLBARHISTORY);
|
||||
|
||||
Reference in New Issue
Block a user