Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Accelerators
Generic
AttributeCombiner
Commits
8ae1f45e
Commit
8ae1f45e
authored
Apr 12, 2018
by
Jean-Luc Pons
Browse files
Fix ref bug
parent
3fb45f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
AttributeCombiner.cpp
View file @
8ae1f45e
...
...
@@ -1111,6 +1111,7 @@ void AttributeCombiner::write_dynspec_attributes(Tango::WAttribute &attr,DynSpec
SAFE_FREE
(
item
->
refData
);
item
->
refData
=
(
double
*
)
malloc
(
length
*
sizeof
(
double
)
);
memcpy
(
item
->
refData
,
w_val
,
length
*
sizeof
(
double
));
item
->
refSize
=
length
;
return
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment