Changeset 1874


Ignore:
Timestamp:
Mar 18, 2008 1:40:40 PM (16 years ago)
Author:
bennylp
Message:

Related to ticket #353: still memory leak with pjsua wav player (thanks Arie Velthoen)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r1873 r1874  
    13771377    } 
    13781378 
    1379     status = pjmedia_conf_add_port(pjsua_var.mconf, pjsua_var.pool,  
     1379    status = pjmedia_conf_add_port(pjsua_var.mconf, pool,  
    13801380                                   port, filename, &slot); 
    13811381    if (status != PJ_SUCCESS) { 
Note: See TracChangeset for help on using the changeset viewer.