Skip to content

Commit 7e59c0b

Browse files
committed
Merge commit '114ec7e9050776b2bb149e82f7a41080a38f613f'
2 parents a79323d + 114ec7e commit 7e59c0b

File tree

1 file changed

+1
-1
lines changed
  • libjamesdsp/subtree/Main/libjamesdsp/jni/jamesdsp/jdsp/Effects

1 file changed

+1
-1
lines changed

libjamesdsp/subtree/Main/libjamesdsp/jni/jamesdsp/jdsp/Effects/multimodalEQ.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ void HSHOResponse(double fs, double fc, unsigned int filterOrder, double gain, d
9494
complexMultiplication(cplxRe[j], cplxIm[j], cplx2Re, cplx2Im, &cplxRe[j], &cplxIm[j]);
9595
}
9696
}
97+
scalar_gain:
9798
free(sRe);
9899
free(sIm);
99100
free(s2Re);
100101
free(s2Im);
101-
scalar_gain:
102102
for (unsigned int j = 0; j < queryPts; j++)
103103
{
104104
cplxRe[j] *= overallGain;

0 commit comments

Comments
 (0)