Changeset 1064 for pjproject/trunk
- Timestamp:
- Mar 15, 2007 10:12:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/gsm.c
r974 r1064 191 191 192 192 /* We don't want to deinit if there's outstanding codec. */ 193 /* This is silly, as we'll always have codec in the list if 194 we ever allocate a codec! A better behavior maybe is to 195 deallocate all codecs in the list. 193 196 pj_mutex_lock(gsm_codec_factory.mutex); 194 197 if (!pj_list_empty(&gsm_codec_factory.codec_list)) { … … 196 199 return PJ_EBUSY; 197 200 } 201 */ 198 202 199 203 /* Get the codec manager. */
Note: See TracChangeset
for help on using the changeset viewer.