Skip to content

Commit b89b2a7

Browse files
Matt Loringitaloacasas
Matt Loring
authored andcommitted
src: always initialize tracing controller in agent
PR-URL: #10507 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 3dc4a5f commit b89b2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracing/agent.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Agent {
2222
uv_thread_t thread_;
2323
uv_loop_t tracing_loop_;
2424
v8::Platform* platform_ = nullptr;
25-
TracingController* tracing_controller_;
25+
TracingController* tracing_controller_ = nullptr;
2626
};
2727

2828
} // namespace tracing

0 commit comments

Comments
 (0)