mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Merge pull request #14805 from alalek:fix_valgrind_issues
This commit is contained in:
commit
cf9bddcb89
@ -437,6 +437,7 @@ Ptr<IVideoWriter> create_Images_writer(const std::string &filename, int, double,
|
|||||||
{
|
{
|
||||||
if( writer->open( filename.c_str() ))
|
if( writer->open( filename.c_str() ))
|
||||||
return makePtr<LegacyWriter>(writer);
|
return makePtr<LegacyWriter>(writer);
|
||||||
|
delete writer;
|
||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
|
@ -226,3 +226,12 @@
|
|||||||
fun:_ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii
|
fun:_ZN20CvVideoWriter_FFMPEG10writeFrameEPKhiiiii
|
||||||
fun:cvWriteFrame_FFMPEG
|
fun:cvWriteFrame_FFMPEG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
OpenCV-test-gapi-thread-tls
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: possible
|
||||||
|
fun:calloc
|
||||||
|
fun:allocate_dtv
|
||||||
|
fun:_dl_allocate_tls
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user