зеркало из https://github.com/mozilla/gecko-dev.git
Fixing build bustage.
This commit is contained in:
Родитель
77cf845808
Коммит
6ec83539f3
|
@ -99,7 +99,9 @@ public:
|
||||||
{
|
{
|
||||||
MOZ_COUNT_DTOR(URLKey);
|
MOZ_COUNT_DTOR(URLKey);
|
||||||
NS_RELEASE(mURL);
|
NS_RELEASE(mURL);
|
||||||
CRTFREEIF((char *)mSpec);
|
if (mSpec)
|
||||||
|
nsCRT::free((char *)mSpec);
|
||||||
|
mSpec = nsnull;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual PRUint32 HashCode(void) const
|
virtual PRUint32 HashCode(void) const
|
||||||
|
|
|
@ -99,7 +99,9 @@ public:
|
||||||
{
|
{
|
||||||
MOZ_COUNT_DTOR(URLKey);
|
MOZ_COUNT_DTOR(URLKey);
|
||||||
NS_RELEASE(mURL);
|
NS_RELEASE(mURL);
|
||||||
CRTFREEIF((char *)mSpec);
|
if (mSpec)
|
||||||
|
nsCRT::free((char *)mSpec);
|
||||||
|
mSpec = nsnull;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual PRUint32 HashCode(void) const
|
virtual PRUint32 HashCode(void) const
|
||||||
|
|
Загрузка…
Ссылка в новой задаче