gst-kaldi-nnet2-online
gst-kaldi-nnet2-online copied to clipboard
memory leak ??
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 Hi, thanks, Will this fix the memory leak?