Changeset 1235 for pjproject/trunk/pjlib/src/pj/pool_buf.c
- Timestamp:
- Apr 30, 2007 9:03:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/pool_buf.c
r974 r1235 58 58 PJ_UNUSED_ARG(factory); 59 59 60 param = pj_thread_local_get(tls);60 param = (struct creation_param*) pj_thread_local_get(tls); 61 61 if (param == NULL) { 62 62 /* Don't assert(), this is normal no-memory situation */
Note: See TracChangeset
for help on using the changeset viewer.