Changeset 4959


Ignore:
Timestamp:
Nov 10, 2014 1:44:37 AM (9 years ago)
Author:
ming
Message:

Re #1782 (misc):
This is related to #1249: Memory corruption bug in splitcomb. The fix r3548 in that ticket was accidentally reversed in r3664.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/splitcomb.c

    r4537 r4959  
    537537                /* Generate zero frame. */ 
    538538                pjmedia_zero_samples(sc->put_buf,  
    539                                      PJMEDIA_PIA_SPF(&this_port->info)); 
     539                                     PJMEDIA_PIA_SPF(&port->info)); 
    540540 
    541541                /* Put frame to delay buffer */ 
Note: See TracChangeset for help on using the changeset viewer.