RegexpCompileError leak
This commit is contained in:
parent
5d6faea9e3
commit
273b855cd4
|
|
@ -114,7 +114,7 @@ RegexpCompileError::RegexpCompileError(const char *pattern) :
|
||||||
{
|
{
|
||||||
error_ = "TCL failed to compile regular expression '";
|
error_ = "TCL failed to compile regular expression '";
|
||||||
error_ += pattern;
|
error_ += pattern;
|
||||||
error_ =+ "'.";
|
error_ += "'.";
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue