- Timestamp:
- Apr 2, 2015 3:45:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/stream.c
r4816 r5043 2516 2516 2517 2517 if (stream->jb_mutex) { 2518 pj_mutex_unlock(stream->jb_mutex); 2518 2519 pj_mutex_destroy(stream->jb_mutex); 2519 2520 stream->jb_mutex = NULL;
Note: See TracChangeset
for help on using the changeset viewer.