summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-07-17 16:25:45 +0000
committerBenny Prijono <bennylp@teluu.com>2007-07-17 16:25:45 +0000
commit0961698e492095c815992a3bc6a5e2fcf3e8ce70 (patch)
tree8ec0e3257a73df431f300fec99efe2273a6dbdf1 /pjsip/include/pjsua-lib
parent62932f60662ec8cb2196b27aa922e81ce3082423 (diff)
Ticket #353: memory leak with pjsua WAV file player/recorder
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1403 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib')
-rw-r--r--pjsip/include/pjsua-lib/pjsua_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index 67b190a8..ca9ea658 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -147,6 +147,7 @@ typedef struct pjsua_file_data
{
pj_bool_t type; /* 0=player, 1=playlist */
pjmedia_port *port;
+ pj_pool_t *pool;
unsigned slot;
} pjsua_file_data;