Ignore:
Timestamp:
Sep 24, 2019 2:46:12 PM (5 years ago)
Author:
riza
Message:

Fix #2234: Memory leak with third party resampling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/conference.h

    r5792 r6076  
    4343 
    4444PJ_BEGIN_DECL 
     45 
     46/* Since 1.3 pjmedia_conf_add_passive_port() has been deprecated 
     47 * and replaced by splitcomb. 
     48 * See also https://trac.pjsip.org/repos/ticket/2234. 
     49 */ 
     50#ifndef DEPRECATED_FOR_TICKET_2234 
     51#  define DEPRECATED_FOR_TICKET_2234    1 
     52#endif 
    4553 
    4654/** 
     
    238246 
    239247 
     248#if !DEPRECATED_FOR_TICKET_2234 
    240249/** 
    241250 * <i><b>Warning:</b> This API has been deprecated since 1.3 and will be 
     
    280289                                                    pjmedia_port **p_port ); 
    281290 
     291#endif 
    282292 
    283293/** 
Note: See TracChangeset for help on using the changeset viewer.