#326: Crash in OSX 10.7 (Lion) when receving/rejecting call
-------------------------+----------------------------------
  Reporter:  scottmiles  |      Owner:  vadim
      Type:  defect      |     Status:  new
  Priority:  critical    |  Milestone:  QuteCom 3.0
 Component:  misc        |    Version:  2.2
Resolution:              |   Keywords:  osx lion sound crash
        OS:  macosx      |
-------------------------+----------------------------------

Comment (by laurent):

 crash in :

 {{{
 com.mbdsys.QuteCom                  0x001e5b55 MacSound::~MacSound() + 53
 }}}

 extract from MacSound.cpp

 {{{
 MacSound::~MacSound() {
         [_macSoundObjCPrivate release];
 }
 }}}


 {{{
 @implementation MacSoundObjC

 - (void)dealloc
 {
         [_sound stop];
         [_sound release];
         [_pool release];
         [super dealloc];
 }

 }}}

 Crash occurs on [_pool release];
 No crash if i jump [_pool release] instructions

-- 
Ticket URL: <http://trac.qutecom.org/ticket/326#comment:1>
QuteCom <http://trac.qutecom.org>

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

Reply via email to