RVReportDxMemDataProvider - Memory leak
RVReportDxMemDataProvider - Memory leak
Attached is the madExcept leak report (I changed the default extension "mbr" to "txt").
- Attachments
-
- memory_leak.txt
- (102.38 KiB) Downloaded 2389 times
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: RVReportDxMemDataProvider - Memory leak
I confirm the bug.
Quick fix: open RVReportMemDataProvider.pas, delete lines 94..97:
This fix will be included in the next update.
Quick fix: open RVReportMemDataProvider.pas, delete lines 94..97:
Code: Select all
Result := TRVReportDBQueryProcessor.Create(DataSet,
LDestroyAfterUse, LUseRecordCount);
TRVReportDBQueryProcessor(Result).FSupportsRecordCountByDefault :=
SupportsRecordCountByDefault;
Re: RVReportDxMemDataProvider - Memory leak
Solved, thank you.