Re: Broken removeDestinationFromList()
"Federico Montesino Pouzols" <[email protected]> Wed, 24 Oct 2007 14:32:01 +0200 (CEST)
| Newsgroups | gmane.comp.gnu.ccrtp.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, this is now fixed in cvs for next releases. Thanks! On Fri, October 19, 2007 7:11 pm, Martin Mainka wrote: > Hi, > The removeDestinationFromList() function is broken (Increment on an > undefined iterator) after destList.erase(i). > I send a correction that does increment before iterator i becomes invalid. > With this the problem is solved.