
18 May
2010
18 May
'10
2:07 p.m.
last_rx_frame->bytes.reset( new u_char[size]) ; Is last_rx_frame->bytes also a shared_ptr? According to boost docs, a shared_ptr shouldn't be used to hold a dynamically allocated array; you should use shared_array instead. Just a shot in the dark.