RegexpCompileError leak

This commit is contained in:
James Cherry 2020-04-06 22:33:06 -07:00
parent 5d6faea9e3
commit 273b855cd4
1 changed files with 1 additions and 1 deletions

View File

@ -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 *