зеркало из https://github.com/DeGsoft/maui-linux.git
Testing a theory about an unreliable memory leak test (#5964)
This commit is contained in:
Родитель
998dc3534c
Коммит
a76db1407a
|
@ -10,7 +10,9 @@ namespace Xamarin.Forms.Controls.Issues
|
|||
{
|
||||
GC.Collect();
|
||||
GC.WaitForPendingFinalizers();
|
||||
|
||||
GC.Collect();
|
||||
GC.WaitForPendingFinalizers();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче