Skip to content

Commit 507144b

Browse files
committed
mtmd: initialise C var
Signed-off-by: Aaron Teo <[email protected]>
1 parent 071143d commit 507144b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/clip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3066,7 +3066,7 @@ struct image_manipulation {
30663066
dst.buf.resize(3 * target_width * target_height);
30673067

30683068
float Cc;
3069-
float C[5];
3069+
float C[5] = {};
30703070
float d0, d2, d3, a0, a1, a2, a3;
30713071
int i, j, k, jj;
30723072
int x, y;

0 commit comments

Comments
 (0)