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/CallActivity.java

    r4704 r4840  
    8484                                System.out.println(e); 
    8585                        } 
    86  
    87                         MainActivity.currentCall = null; 
    8886                } 
    8987        } 
     
    137135                                buttonHangup.setText("OK"); 
    138136                                call_state = "Call disconnected: " + ci.getLastReason(); 
    139                                 MainActivity.currentCall = null; 
    140137                        } 
    141138                } 
Note: See TracChangeset for help on using the changeset viewer.