File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,13 @@ class handler_impl {
168
168
// / Shared pointer to the primary queue implementation. This is different from
169
169
// / the queue associated with the handler if the corresponding submission is
170
170
// / a fallback from a previous submission.
171
- queue_impl *MSubmissionPrimaryQueue;
171
+ queue_impl *MSubmissionPrimaryQueue = nullptr ;
172
172
173
173
// / Shared pointer to the secondary queue implementation. Nullptr if no
174
174
// / secondary queue fallback was given in the associated submission. This is
175
175
// / equal to the queue associated with the handler if the corresponding
176
176
// / submission is a fallback from a previous submission.
177
- queue_impl *MSubmissionSecondaryQueue;
177
+ queue_impl *MSubmissionSecondaryQueue = nullptr ;
178
178
179
179
// / Bool stores information about whether the event resulting from the
180
180
// / corresponding work is required.
You can’t perform that action at this time.
0 commit comments