Access violation in RVRTFProps.TRVRTFReaderProperties.InsertFromStreamEd
Posted: Tue Jan 26, 2021 12:20 pm
Hello,
we have since a few days the new version 19 of TRichView installed.
In the process, we have repeatedly received an access violation at the following point:
We have found the cause. In this case Reader is released before DoneReader, see the figure. In all other places in code DoneReader is called before Reader.free, which makes sense. Maybe it would be helpful to include the following changes in the new update. Regards
N.Meyer
we have since a few days the new version 19 of TRichView installed.
In the process, we have repeatedly received an access violation at the following point:
We have found the cause. In this case Reader is released before DoneReader, see the figure. In all other places in code DoneReader is called before Reader.free, which makes sense. Maybe it would be helpful to include the following changes in the new update. Regards
N.Meyer