Skip to content

Fix static analyzer issues#19669

Merged
opencv-pushbot merged 1 commit intoopencv:masterfrom
alalek:fix_static_analyzer_issues_4.x
Mar 3, 2021
Merged

Fix static analyzer issues#19669
opencv-pushbot merged 1 commit intoopencv:masterfrom
alalek:fix_static_analyzer_issues_4.x

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Mar 3, 2021

force_builders=Custom,Custom Win,Custom Mac
build_gapi_standalone:Linux x64=ade-0.1.1f
build_gapi_standalone:Win64=ade-0.1.1f
build_gapi_standalone:Mac=ade-0.1.1f
build_gapi_standalone:Linux x64 Debug=ade-0.1.1f

Xbuild_image:Custom=centos:7
Xbuildworker:Custom=linux-1
Xbuild_gapi_standalone:Custom=ade-0.1.1f

build_image:Custom=ubuntu-openvino-2021.2.0:20.04
build_image:Custom Win=openvino-2021.2.0
build_image:Custom Mac=openvino-2020.3.0

test_modules:Custom=gapi,python3,java
test_modules:Custom Win=gapi,python3,java
test_modules:Custom Mac=gapi,python3,java

buildworker:Custom=linux-1
# disabled due high memory usage: test_opencl:Custom=ON
test_opencl:Custom=OFF
test_bigdata:Custom=1
test_filter:Custom=*

@TolyaTalamanov
Copy link
Copy Markdown
Contributor

@alalek There was a problem with RequestPool, should I fix it separately ?

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Mar 3, 2021

RequestPool

The first question is what is the fix for that?

@TolyaTalamanov
Copy link
Copy Markdown
Contributor

RequestPool

The first question is what is the fix for that?

I hope it should fix the problem:

this_iec = iem.metadata(this_nh).get<IEUnit>().compile();
auto requests = this_iec.createInferRequests()
m_reqPool = std::make_shared<RequestPool>(std::move(requests));

@opencv-pushbot opencv-pushbot merged commit 2dc1572 into opencv:master Mar 3, 2021
@alalek alalek mentioned this pull request Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants