[opencv] 08/33: typo

Mattia Rizzolo mattia at debian.org
Tue Oct 4 17:51:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag 2.4.12.2
in repository opencv.

commit 16bcc30e429321eeea995575ff9361e2cc4ef250
Author: Ilya Lavrenov <ilya.lavrenov at itseez.com>
Date:   Sun Aug 16 11:46:48 2015 +0300

    typo
    
    (cherry picked from commit 793bdaada7f170cf3fbaf3b421bb3054f37e8a63)
---
 modules/imgproc/test/test_cvtyuv.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/imgproc/test/test_cvtyuv.cpp b/modules/imgproc/test/test_cvtyuv.cpp
index 7407523..5db4972 100644
--- a/modules/imgproc/test/test_cvtyuv.cpp
+++ b/modules/imgproc/test/test_cvtyuv.cpp
@@ -568,8 +568,8 @@ struct ConversionYUV
         if (rgbReader_)
             delete rgbReader_;
 
-        if (rgbReader_)
-            delete rgbReader_;
+        if (rgbWriter_)
+            delete rgbWriter_;
 
         if (grayWriter_)
             delete grayWriter_;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list