Changeset 3298 for pjproject/trunk
- Timestamp:
- Aug 27, 2010 3:19:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/resolver.c
r2724 r3298 1365 1365 pj_hash_set(NULL, resolver->hquerybyres, &q->key, sizeof(q->key), 0, NULL); 1366 1366 1367 /* Workaround for deadlock problem in #1108 */ 1368 pj_mutex_unlock(resolver->mutex); 1369 1367 1370 /* Notify applications first, to allow application to modify the 1368 1371 * record before it is saved to the hash table. … … 1382 1385 } 1383 1386 } 1387 1388 /* Workaround for deadlock problem in #1108 */ 1389 pj_mutex_lock(resolver->mutex); 1384 1390 1385 1391 /* Save/update response cache. */
Note: See TracChangeset
for help on using the changeset viewer.