< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Hi, Can someone explain me why the following loop will end up eating all the memory ? for(int x=0;x<1000000;x++){ resip::SharedPtr<resip::SipMessage> epMsg = dum->makeOutOfDialogRequest(to, resip::MESSAGE, 0); epMsg.reset(); } Thanks, Bruno Keymolen |