Unplanned
Last Updated: 27 Sep 2019 10:19 by ADMIN
ADMIN
Dimitar
Created on: 07 Sep 2018 08:40
Category: PageView
Type: Bug Report
1
FIX. RadPageView - the GDI objects count increases over time.
To reproduce:
- Open attached project and add a lot of pages. 
- Close all pages 
- The GDI object count increases. 

Workaround:
GC.Collect();
GC.WaitForPendingFinalizers();
GC.WaitForFullGCApproach();
GC.WaitForFullGCComplete();
GC.Collect();
0 comments