Skip to content

Commit 5652abd

Browse files
authored
init m_pcje in the constructor of verify_cc.cc
1 parent 37d3a20 commit 5652abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/operators/verify_cc.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ namespace operators {
3636
VerifyCC::~VerifyCC() {
3737
#if WITH_PCRE2
3838
pcre2_code_free(m_pc);
39+
m_pcje = PCRE2_ERROR_JIT_BADOPTION;
3940
#else
4041
if (m_pc != NULL) {
4142
pcre_free(m_pc);

0 commit comments

Comments
 (0)