mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Fixed crash and memory leak in the AudioWizard of the VOIP plugin.
Please use at least Qt 4.6.4 when compiling RetrosShare with the VOIP plugin because of the fix of the bug QTBUG-11883. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5603 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
54f0c208df
commit
e6db506cb2
4 changed files with 25 additions and 5 deletions
|
@ -95,7 +95,9 @@ SpeexInputProcessor::SpeexInputProcessor(QObject *parent) : QIODevice(parent),
|
|||
}
|
||||
|
||||
SpeexInputProcessor::~SpeexInputProcessor() {
|
||||
if (preprocessor) {
|
||||
speex_preprocess_state_destroy(preprocessor);
|
||||
}
|
||||
if (echo_state) {
|
||||
speex_echo_state_destroy(echo_state);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue