@@ -1263,8 +1263,8 @@ void Scheduler::processRequests() {
while ( _task_dequeue_request(&req) ) {
- if ( req == NULL || req.object_ptr == NULL ) continue;
-
+ if ( req.object_ptr == NULL ) continue;
+
switch (req.req_type ) {
#ifdef _TASK_STATUS_REQUEST