mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
GAPI: fix uninitialized variables in Fluid
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
private:
|
||||
std::unique_ptr<Priv> m_priv;
|
||||
const Cache* m_cache;
|
||||
const Cache* m_cache = nullptr;
|
||||
};
|
||||
|
||||
class GAPI_EXPORTS Buffer
|
||||
|
||||
Reference in New Issue
Block a user