mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 19:47:43 +03:00
Fix Klocwork scan issues.
This commit is contained in:
committed by
Konstantinos Margaritis
parent
18f6aee5c2
commit
52f658ac55
@@ -62,7 +62,7 @@ public:
|
||||
struct PcreDB {
|
||||
bool highlander = false;
|
||||
bool utf8 = false;
|
||||
u32 id;
|
||||
u32 id = 0;
|
||||
pcre *db = nullptr;
|
||||
pcre_extra *extra = nullptr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user