Ignore:
Timestamp:
May 9, 2014 8:47:06 AM (10 years ago)
Author:
bennylp
Message:

Re #1768: Fixed problems with Java garbage collection on call and buddy object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/java/android/src/org/pjsip/pjsua2/app/MainActivity.java

    r4734 r4840  
    173173                                m2.sendToTarget(); 
    174174                        } 
    175                          
    176                         if (ci.getState() == pjsip_inv_state.PJSIP_INV_STATE_DISCONNECTED) 
    177                                 currentCall = null; 
    178175                         
    179176                } else if (m.what == MSG_TYPE.BUDDY_STATE) { 
     
    340337                        call.makeCall(buddy_uri, prm); 
    341338                } catch (Exception e) { 
    342                         currentCall = null; 
     339                        call.delete(); 
    343340                        return; 
    344341                } 
Note: See TracChangeset for help on using the changeset viewer.