Changeset 4987 for pjproject/trunk/pjmedia/src/pjmedia-codec/passthrough.c
- Timestamp:
- Mar 3, 2015 2:41:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/passthrough.c
r4886 r4987 448 448 pj_pool_release(codec_factory.pool); 449 449 codec_factory.pool = NULL; 450 pj_mutex_unlock(codec_factory.mutex); 450 451 return PJ_EINVALIDOP; 451 452 } … … 456 457 457 458 /* Destroy mutex. */ 459 pj_mutex_unlock(codec_factory.mutex); 458 460 pj_mutex_destroy(codec_factory.mutex); 461 codec_factory.mutex = NULL; 459 462 460 463 /* Destroy pool. */
Note: See TracChangeset
for help on using the changeset viewer.