You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Data_Wrap_Struct is used to wrap C data into a Ruby object, it seems that the memory allocated for sox_sample_t in rsoxbuffer_initialize is not being freed. Similarly, the code doesn't seem to handle the freeing of memory for sox_signalinfo_t, sox_encodinginfo_t, and sox_oob_t.
The text was updated successfully, but these errors were encountered:
While
Data_Wrap_Struct
is used to wrap C data into a Ruby object, it seems that the memory allocated forsox_sample_t
inrsoxbuffer_initialize
is not being freed. Similarly, the code doesn't seem to handle the freeing of memory forsox_signalinfo_t
,sox_encodinginfo_t
, andsox_oob_t
.The text was updated successfully, but these errors were encountered: