Skip to content

Commit

Permalink
src: always initialize tracing controller in agent
Browse files Browse the repository at this point in the history
PR-URL: nodejs#10507
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Matt Loring authored and italoacasas committed Mar 1, 2017
1 parent 3dc4a5f commit b89b2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracing/agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Agent {
uv_thread_t thread_;
uv_loop_t tracing_loop_;
v8::Platform* platform_ = nullptr;
TracingController* tracing_controller_;
TracingController* tracing_controller_ = nullptr;
};

} // namespace tracing
Expand Down

0 comments on commit b89b2a7

Please sign in to comment.