mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Added code to destructor to delete mVisited
This commit is contained in:
parent
741187535c
commit
f2da0f4720
@ -175,6 +175,7 @@ nsWebCrawler::~nsWebCrawler()
|
||||
NS_IF_RELEASE(mLinkTag);
|
||||
NS_IF_RELEASE(mFrameTag);
|
||||
NS_IF_RELEASE(mIFrameTag);
|
||||
delete mVisited;
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsWebCrawler, kISupportsIID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user