Skip to content

Commit

Permalink
Try to avoid SEGV in session closing
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 18, 2024
1 parent fb1adab commit 51306b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ilios/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const rb_data_type_t cassandra_session_data_type = {
session_compact,
},
0, 0,
RUBY_TYPED_FREE_IMMEDIATELY | RUBY_TYPED_WB_PROTECTED | RUBY_TYPED_FROZEN_SHAREABLE,
RUBY_TYPED_WB_PROTECTED | RUBY_TYPED_FROZEN_SHAREABLE,
};

/**
Expand Down

0 comments on commit 51306b0

Please sign in to comment.