Completed
Last Updated: 31 Oct 2018 07:51 by ADMIN
ADMIN
Mihail
Created on: 05 Aug 2015 15:23
Category: RichTextBox
Type: Bug Report
6
RichTextBox: Memory leak when new document is applied multiple times in a sequence to RadRichTextBox
RadDocument instance leaks through StylesGallery when RadDocument is set multiple times in a sequence to RadRichTextBox - for example by setting RadRichTextBox.Document property multiple times.

Steps to reproduce:

- Start application containing RadRichTextBox with StylesGallery

- Execute this code on a button click: 

            this.radRichTextBox.Document = new RadDocument();
            this.radRichTextBox.Document = new RadDocument();


Observed: RadDocument leaks through the styles gallery.


Available in LIB version: 2017.1.227
0 comments