From: <sb...@us...> - 2007-10-02 19:11:38
|
Revision: 1163 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1163&view=rev Author: sbalea Date: 2007-10-02 12:11:39 -0700 (Tue, 02 Oct 2007) Log Message: ----------- Do not attempt to destroy the audio driver when in test mode (crash potential) Modified Paths: -------------- trunk/lib/iaxclient_lib.c Modified: trunk/lib/iaxclient_lib.c =================================================================== --- trunk/lib/iaxclient_lib.c 2007-10-01 05:23:11 UTC (rev 1162) +++ trunk/lib/iaxclient_lib.c 2007-10-02 19:11:39 UTC (rev 1163) @@ -665,7 +665,6 @@ get_iaxc_lock(); - audio_driver.destroy(&audio_driver); if ( !test_mode ) { audio_driver.destroy(&audio_driver); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |