diff --git a/modules/python/src2/cv2.cpp b/modules/python/src2/cv2.cpp index e0609dd570..be8965c6e0 100644 --- a/modules/python/src2/cv2.cpp +++ b/modules/python/src2/cv2.cpp @@ -149,7 +149,7 @@ public: { if( data != 0 ) { - CV_Error(Error::StsAssert, "The data should normally be NULL!"); + // issue #6969: CV_Error(Error::StsAssert, "The data should normally be NULL!"); // probably this is safe to do in such extreme case return stdAllocator->allocate(dims0, sizes, type, data, step, flags, usageFlags); }