liebharc / basic_dsp

Basic DSP vector operations for Rust.
Apache License 2.0
43 stars 5 forks source link

fixed a leak bug #53

Closed VaynNecol closed 1 year ago

VaynNecol commented 1 year ago

bug fixed by manual deallocate the field 'arg' #52

liebharc commented 1 year ago

@VaynNecol , thanks! Much appreciated :).