Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AttributeCombiner
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Accelerators
Generic
AttributeCombiner
Commits
8ae1f45e
Commit
8ae1f45e
authored
Apr 12, 2018
by
Jean-Luc Pons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ref bug
parent
3fb45f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
AttributeCombiner.cpp
AttributeCombiner.cpp
+1
-0
No files found.
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