mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-17 02:49:34 -04:00
fixed small issues.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5596 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
181983be10
commit
c5a5c1654f
3 changed files with 27 additions and 15 deletions
|
@ -67,7 +67,15 @@ AudioInputConfig::~AudioInputConfig()
|
|||
{
|
||||
if (inputDevice) {
|
||||
inputDevice->stop();
|
||||
delete inputDevice ;
|
||||
inputDevice = NULL ;
|
||||
}
|
||||
|
||||
if(inputProcessor)
|
||||
{
|
||||
delete inputProcessor ;
|
||||
inputProcessor = NULL ;
|
||||
}
|
||||
}
|
||||
|
||||
/** Loads the settings for this page */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue