1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Resolve valgrind warnings

This commit is contained in:
Dmitry Kurtaev
2024-04-08 09:35:21 +03:00
parent 719830959c
commit bfd1504de3
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ public:
outputChannels = numChannels;
outputs.assign(1, inputs[0]);
outputs[0][1] = numChannels;
outputs[0][(dims == 1) ? 0 : 1] = numChannels;
if (dims >= 1)
{