Closed marcin-krystianc closed 7 months ago
Fixes https://github.com/G-Research/ParquetSharp/issues/432
By capturing the RandomAccessFile in the Free method, we make sure that it is not collected before the Free method is called.
RandomAccessFile
Free
Fixes https://github.com/G-Research/ParquetSharp/issues/432
By capturing the
RandomAccessFile
in theFree
method, we make sure that it is not collected before theFree
method is called.