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:
dp%netscape.com 2000-02-07 02:45:01 +00:00
parent 4e615f3c44
commit b3ff096fdd

View File

@ -415,6 +415,7 @@ InternetSearchDataSource::~InternetSearchDataSource (void)
nsServiceManager::ReleaseService(kRDFServiceCID, gRDFService);
gRDFService = nsnull;
}
categoryDataSource = NULL;
}
}