Only null out the nsimage when disposing is true
This commit is contained in:
Родитель
43c8261d79
Коммит
9675cf2ecb
|
@ -70,7 +70,9 @@ namespace Xwt.Mac
|
|||
|
||||
protected override void Dispose (bool disposing)
|
||||
{
|
||||
nsImage = null;
|
||||
if (disposing)
|
||||
nsImage = null;
|
||||
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче