Skip to content

Commit bd12cb3

Browse files
committed
Figure out what allocate buffers
1 parent 92bb8a8 commit bd12cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/msgpack/buffer_class.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ static inline msgpack_buffer_t *MessagePack_Buffer_get(VALUE object)
8989

9090
static VALUE Buffer_alloc(VALUE klass)
9191
{
92+
rb_bug("WAT?");
9293
msgpack_buffer_t* b;
9394
VALUE buffer = TypedData_Make_Struct(klass, msgpack_buffer_t, &buffer_data_type, b);
9495
msgpack_buffer_init(b);

0 commit comments

Comments
 (0)