Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
62
Issues
62
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima
Commits
8a3d0e2b
Commit
8a3d0e2b
authored
Sep 28, 2020
by
Alejandro Homs Puron
Committed by
bliss administrator
Sep 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix unprotected member access in CtSaving::_getTaskList
parent
e60a96bf
Pipeline
#34220
passed with stages
in 30 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
control/src/CtSaving.cpp
control/src/CtSaving.cpp
+1
-0
No files found.
control/src/CtSaving.cpp
View file @
8a3d0e2b
...
...
@@ -1230,6 +1230,7 @@ void CtSaving::_getTaskList(TaskType type, long frame_nr,
size_t
nb_cbk
=
task_list
.
size
();
DEB_TRACE
()
<<
DEB_VAR1
(
nb_cbk
);
FrameCbkCountMap
::
value_type
map_pair
(
frame_nr
,
long
(
nb_cbk
));
AutoMutex
aLock
(
m_cond
.
mutex
());
m_nb_cbk
.
insert
(
map_pair
);
}
/** @brief clear the common header
...
...
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