Changeset 5119 for pjproject/trunk/pjlib/src/pj/activesock.c
- Timestamp:
- Jun 25, 2015 8:53:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/activesock.c
r5044 r5119 300 300 asock->shutdown = SHUT_RX | SHUT_TX; 301 301 if (asock->key) { 302 pj_ioqueue_unregister(asock->key); 303 302 304 #if defined(PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT) && \ 303 305 PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT!=0 304 306 activesock_destroy_iphone_os_stream(asock); 305 307 #endif 306 307 pj_ioqueue_unregister(asock->key); 308 308 309 asock->key = NULL; 309 310 }
Note: See TracChangeset
for help on using the changeset viewer.