Ignore:
Timestamp:
May 28, 2007 11:49:46 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c

    r1241 r1307  
    6363 
    6464    /* This is the buffer to store this entry in the hash table. */ 
    65     char ht_entry[PJ_HASH_ENTRY_SIZE]; 
     65    pj_hash_entry_buf ht_entry; 
    6666 
    6767    /* List of dialog in this dialog set. */ 
Note: See TracChangeset for help on using the changeset viewer.