- Timestamp:
- Dec 4, 2013 4:05:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip/src/pjsua2/account.cpp
r4659 r4674 659 659 while(buddyList.size() > 0) { 660 660 Buddy *b = buddyList[0]; 661 delete b; 661 delete b; /* this will remove itself from the list */ 662 662 } 663 663
Note: See TracChangeset
for help on using the changeset viewer.