Home | History | Annotate | Download | only in patches
      1 --- opal/src/rtp/rtp.cxx.old	2006-11-01 17:59:47.926836000 +0800
      2 +++ opal/src/rtp/rtp.cxx	2006-11-01 17:59:59.385073000 +0800
      3 @@ -1554,7 +1554,7 @@
      4  
      5    mutex.Wait();
      6  
      7 -  while (sessions.Contains(sessionID)) {
      8 +  if (sessions.Contains(sessionID)) {
      9      if (sessions[sessionID].DecrementReference()) {
     10        PTRACE(3, "RTP\tDeleting session " << sessionID);
     11        sessions[sessionID].SetJitterBufferSize(0, 0);
     12