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

Fixed segmentation fault in OBJID templates caused by new template types...

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

Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent cb84c9fd
No related branches found
No related tags found
1 merge request!200Fixed segmentation fault in OBJID templates caused by new template types...
...@@ -128,8 +128,8 @@ public: ...@@ -128,8 +128,8 @@ public:
// objid template class // objid template class
class OBJID_template : public Base_Template { class OBJID_template : public Base_Template {
OBJID single_value;
union { union {
OBJID single_value;
struct { struct {
unsigned int n_values; unsigned int n_values;
OBJID_template *list_value; OBJID_template *list_value;
......
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