gst-kaldi-nnet2-online icon indicating copy to clipboard operation
gst-kaldi-nnet2-online copied to clipboard

memory leak ??

Open lalith-b opened this issue 5 years ago • 1 comments

https://github.com/alumae/gst-kaldi-nnet2-online/blob/617e43e73c7cc45eb9119028c02bd4178f738c4a/src/gstkaldinnet2onlinedecoder.cc#L788

g_value_dup_string can be replaced with g_value_get_string for SimpleOptions which may potentially cause a string leak (just curios) ?

lalith-b avatar Mar 19 '19 18:03 lalith-b

@lalith-b Hi, thanks, Will this fix the memory leak?

shatealaboxiaowang avatar Sep 16 '21 07:09 shatealaboxiaowang