< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
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
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/