From b328442f94180b32a0a43104e7eccc85676104ff Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Tue, 17 Jun 2014 13:05:16 -0400 Subject: [PATCH] Download bug fix --- openbr/plugins/misc.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/misc.cpp b/openbr/plugins/misc.cpp index 0ceba34..f59455a 100644 --- a/openbr/plugins/misc.cpp +++ b/openbr/plugins/misc.cpp @@ -142,6 +142,7 @@ private: device = NULL; Mat encoded(1, data.size(), CV_8UC1, (void*)data.data()); + encoded = encoded.clone(); if (mode == Permissive) { dst += encoded; } else { -- libgit2 0.21.4