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 9addff7 commit 2d56c56Copy full SHA for 2d56c56
c_reference/src/conv1d.c
@@ -84,7 +84,7 @@ int Conv1D_Depth_LR(float *output_signal, unsigned out_T, const float *input_sig
84
}
85
86
87
- // free(tempW);
+ free(tempW);
88
return 0;
89
90
0 commit comments