Commit e10ef0f
committed
fix: clarify memory management in FFI progress handling
This commit updates the comment regarding the handling of ffi_progress in the FFI layer. It clarifies that ffi_progress will be dropped normally, as there is no Drop implementation, improving the understanding of memory management in the context of progress callbacks.1 parent 2aa843e commit e10ef0f
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
849 | | - | |
850 | | - | |
| 849 | + | |
851 | 850 | | |
852 | 851 | | |
853 | 852 | | |
| |||
0 commit comments