We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b3271 commit 254824dCopy full SHA for 254824d
mkl_fft/src/mklfft.c.src
@@ -807,6 +807,7 @@ int @REALIN@_@COMPLEXOUT@_mkl_@mode@_out(
807
half_shape[axis] = (n_last > 2) ? n_last - nh_last: 0;
808
809
multi_iter_new(&mit, half_shape, xout_rank);
810
+ mkl_free(half_shape);
811
812
while(!MultiIter_Done(mit)) {
813
char *tmp1, *tmp2;
@@ -846,7 +847,6 @@ int @REALIN@_@COMPLEXOUT@_mkl_@mode@_out(
846
847
848
849
multi_iter_free(&mit);
- mkl_free(half_shape);
850
}
851
852
@@ -1888,6 +1888,7 @@ int
1888
half_shape[last_idx] = (n_last > 2) ? n_last - nh_last: 0;
1889
1890
1891
1892
1893
1894
0 commit comments