Ignore:
Timestamp:
Mar 3, 2015 2:41:27 AM (9 years ago)
Author:
ming
Message:

Fixed #1818: Fixed destruction of locked mutex (thanks to Denis Poltorak for the Helgrind report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjturn-srv/allocation.c

    r4728 r4987  
    12831283 
    12841284        /* Register to hash table */ 
    1285         pj_assert(sizeof(p2->channel==2)); 
     1285        pj_assert(sizeof(p2->channel)==2); 
    12861286        pj_hash_set(alloc->pool, alloc->ch_table, &p2->channel, 
    12871287                    sizeof(p2->channel), 0, p2); 
Note: See TracChangeset for help on using the changeset viewer.