mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Fixing nsAtomTable assert on shutdown. Was caused by forgetting to
release a static categoryDataSource in the dtor. r=rjc,scc
This commit is contained in:
parent
4e615f3c44
commit
b3ff096fdd
@ -415,6 +415,7 @@ InternetSearchDataSource::~InternetSearchDataSource (void)
|
||||
nsServiceManager::ReleaseService(kRDFServiceCID, gRDFService);
|
||||
gRDFService = nsnull;
|
||||
}
|
||||
categoryDataSource = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user