Skip to content
Snippets Groups Projects
Commit 5560207d authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Fixed segmentation fault in empty record templates caused by new template...

Fixed segmentation fault in empty record templates caused by new template types (issues #548, #549 and #550)

Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent c99d9090
No related branches found
No related tags found
1 merge request!201Fixed segmentation fault in empty record templates caused by new template types (issues #548, #549 and #550)
...@@ -7238,6 +7238,7 @@ static void defEmptyRecordTemplate(const char *name, const char *dispname, ...@@ -7238,6 +7238,7 @@ static void defEmptyRecordTemplate(const char *name, const char *dispname,
"case COMPLEMENTED_LIST:\n" "case COMPLEMENTED_LIST:\n"
"case CONJUNCTION_MATCH:\n" "case CONJUNCTION_MATCH:\n"
"delete [] value_list.list_value;\n" "delete [] value_list.list_value;\n"
"break;\n"
"case IMPLICATION_MATCH:\n" "case IMPLICATION_MATCH:\n"
"delete implication_.precondition;\n" "delete implication_.precondition;\n"
"delete implication_.implied_template;\n" "delete implication_.implied_template;\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment