Fix memory leak in script execution (MXS-1008)
This commit is contained in:
parent
3b30d5c810
commit
1a1c95fd3b
@ -230,6 +230,7 @@ bool externcmd_substitute_arg(EXTERNCMD* cmd, const char* match, const char* rep
|
||||
}
|
||||
}
|
||||
}
|
||||
pcre2_code_free(re);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user