#206: PlaySound exception
----------------------------+-----------------------------------------------
 Reporter:  yakut           |       Owner:  vadim          
     Type:  defect          |      Status:  new            
 Priority:  major           |   Milestone:  QuteCom 2.2-RC4
Component:  3rd party libs  |     Version:  2.2            
 Keywords:                  |    Field_os:  all            
----------------------------+-----------------------------------------------
 Dear developers,
 I often face with next issue. When I establish call from my side and they
 preses "Cancel" button I get exception "Access violatation reading
 location" in file PlaySoundFile.cpp:
 void stopWaveOutDevice(HWAVEOUT * hWaveOut) {
         if (*hWaveOut != NULL) {
                 waveOutReset(*hWaveOut);
                 ^^^^^^^^^^^^^^^^^^^^^^^^^- here
                 waveOutClose(*hWaveOut);
                 *hWaveOut = NULL;
         }
 }

 Do you know how to fix this?
 Thanks for help.

-- 
Ticket URL: <http://trac.qutecom.org/ticket/206>
QuteCom <http://trac.qutecom.org>

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to