aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index 0193e19..ce77aaf 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -418,8 +418,7 @@ StateEscaped:
StringBuildingMachine::~StringBuildingMachine()
{
- if (qregspec_machine)
- delete qregspec_machine;
+ delete qregspec_machine;
}
State *