зеркало из https://github.com/mozilla/pjs.git
fixing Win32 debug build bustage with NS_LOG_ADDREF. r=mccabe
This commit is contained in:
Родитель
5e4a3d1fa7
Коммит
19d2005552
|
@ -125,7 +125,7 @@ STDMETHODIMP CEnumFormatEtc::QueryInterface(REFIID riid, LPVOID *ppv)
|
|||
STDMETHODIMP_(ULONG) CEnumFormatEtc::AddRef(void)
|
||||
{
|
||||
++mRefCnt;
|
||||
NS_LOG_ADDREF(this, mRefCnt, "CEnumFormatEtc");
|
||||
NS_LOG_ADDREF(this, mRefCnt, "CEnumFormatEtc",sizeof(*this));
|
||||
//printf("CEnumFormatEtc::AddRef >>>>>>>>>>>>>>>>>> %d on %p\n", mRefCnt, this);
|
||||
return mRefCnt;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче