When trying to render our telerik reports into PDF we sometimes get an error System.ObjectDisposedException: Cannot access a disposed object.
The version of Telerik.Reporting library we are currently using is 18.3.24.1112.
We checked the data being applied to the report and none of our objects are being disposed before being applied.
I noticed that there was a memory leak fix to pdf rendering that occurred in version 18.3.24.1218.
Could this be the cause of the error or could it be something else?