Skip to content

Commit

Permalink
Fixes the missing return statement in frames (#2097)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow authored Sep 28, 2022
1 parent 12f32ff commit 2caa69b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analytical_engine/frame/cython_pie_app_frame.cc
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ void* CreateWorker(const std::shared_ptr<void>& fragment,
void* worker_handler = nullptr;
__FRAME_CATCH_AND_LOG_GS_ERROR(
worker_handler, detail::CreateWorker(fragment, comm_spec, spec));
return worker_handler;
}

void DeleteWorker(void* worker_handler) {
Expand Down

0 comments on commit 2caa69b

Please sign in to comment.