зеркало из https://github.com/mozilla/pjs.git
bug 27543 and bug 27566; crashing in profile manager; need to unregister
pref callback when destroying device context; r=none
This commit is contained in:
Родитель
3fc859aba1
Коммит
2e2f297290
|
@ -82,6 +82,12 @@ nsDeviceContextWin :: ~nsDeviceContextWin()
|
|||
}
|
||||
|
||||
NS_IF_RELEASE(mSpec);
|
||||
|
||||
nsresult res = NS_ERROR_FAILURE;
|
||||
NS_WITH_SERVICE(nsIPref, prefs, kPrefCID, &res);
|
||||
if (NS_SUCCEEDED(res)) {
|
||||
prefs->UnregisterCallback(nav4rounding, PrefChanged, this);
|
||||
}
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsDeviceContextWin :: Init(nsNativeWidget aWidget)
|
||||
|
|
Загрузка…
Ссылка в новой задаче