Commit f696e4c
committed
Change efree to NDArray_Free for NDArrays in covariance function
+ Replaced efree calls with NDArray_FREE for NDArrays in the covariance function to ensure proper memory management.
- Ensured that the function maintains its original functionality and correctness.
- Verified that all tests pass successfully, confirming the correctness of the changes.1 parent caa3cbd commit f696e4c
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
0 commit comments