Changeset 4324 for pjproject/trunk


Ignore:
Timestamp:
Jan 18, 2013 7:52:51 AM (11 years ago)
Author:
bennylp
Message:

Re #1610: workaround for crash in on_data_sent()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_sock.c

    r4321 r4324  
    833833 
    834834    stun_sock = (pj_stun_sock*) pj_activesock_get_user_data(asock); 
     835    if (!stun_sock) 
     836        return PJ_FALSE; 
    835837 
    836838    /* Don't report to callback if this is internal message */ 
Note: See TracChangeset for help on using the changeset viewer.