Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](Export) fix a memory leak in the FE because of the ExportJob (#…
…44019) ### What problem does this PR solve? Problem Summary: When an `Export` job has finished or been cancelled, `ExportMgr` will maintain a reference of the `ExportJob` object. Therefore, we need to clear these no longer used objects; otherwise it will cause a memory leak in the FE.
- Loading branch information