Added caching pool capacity upon exiting pjsip-perf

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@593 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2006-07-08 19:49:02 +00:00
parent 63ab356dbb
commit cb832eb539
1 changed files with 2 additions and 0 deletions

View File

@ -755,6 +755,8 @@ static void destroy_app()
if (app.pool) {
pj_pool_release(app.pool);
app.pool = NULL;
PJ_LOG(3,(THIS_FILE, "caching pool free capacity: %uMB",
app.cp.capacity / 1000000));
pj_caching_pool_destroy(&app.cp);
}
}