2 parents 528f7cc + f81e696 commit 30aec87Copy full SHA for 30aec87
1 file changed
.github/changes/feature_fix-9565.md
@@ -0,0 +1,9 @@
1
+# fix: resolve memory leak in data loader
2
+
3
+## Summary
4
+- Fix buffer allocation not being released between batches
5
+- Add explicit cleanup in finally blocks
6
+- Add memory usage assertions in tests
7
8
+## Test plan
9
+- [x] Reproduce memory leak scenario
0 commit comments