Skip to content

Commit

Permalink
Remove reference to string storage
Browse files Browse the repository at this point in the history
This will come later.
  • Loading branch information
ivoanjo committed Jan 24, 2025
1 parent 44e2d2c commit cf8a073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/datadog_profiling_native_extension/stack_recorder.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static VALUE _native_new(VALUE klass) {
.serialization_time_ns_min = INT64_MAX,
};

// Note: At this point, slot_one_profile/slot_two_profile/string_storage contain null pointers. Libdatadog validates pointers
// Note: At this point, slot_one_profile/slot_two_profile contain null pointers. Libdatadog validates pointers
// before using them so it's ok for us to go ahead and create the StackRecorder object.

VALUE stack_recorder = TypedData_Wrap_Struct(klass, &stack_recorder_typed_data, state);
Expand Down

0 comments on commit cf8a073

Please sign in to comment.