Skip to content

Commit 2d56c56

Browse files
cleaning conv1d code
1 parent 9addff7 commit 2d56c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_reference/src/conv1d.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ int Conv1D_Depth_LR(float *output_signal, unsigned out_T, const float *input_sig
8484
}
8585
}
8686
}
87-
// free(tempW);
87+
free(tempW);
8888
return 0;
8989
}
9090

0 commit comments

Comments
 (0)