search for: thrigger

Displaying 2 results from an estimated 2 matches for "thrigger".

Did you mean: trigger
2005 Jun 22
1
Deallocation bug in speex
...t; everything in valgrind and saw no error at all. Can you give more info > on how to reproduce (with speexenc)? > > Jean-Marc > I went to check my code and it turned out to be a fault in the speex_encoder_destroy being used to destroy a decoder state. It seems that the new revision thriggered this error. Thanks anyway, and sorry for inconvenience. BTW, I have some trouble using the speex AEC. After I've produced some test samples and they were being tested in two different acoustic echo cancellers, it seems that the speex aec isn't doing a lot. As I read in the mailing list,...
2005 Jun 22
2
Deallocation bug in speex
When updating the speex sources from svn tree, I found that the following revision has corrupted the deallocation (segmentation fault): ------------------------------------------------------------------------ r9320 | jm | 2005-05-27 15:05:05 -0300 (Fri, 27 May 2005) | 2 lines Proper de-allocation When compiling with the 9316, everything works fine. but when I update with later