Changeset 124 in libcf for trunk/src/cf_debug.c


Ignore:
Timestamp:
06/12/13 13:33:52 (11 years ago)
Author:
cheese
Message:

#1 fix bug in test code for 122

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_debug.c

    r119 r124  
    294294
    295295    if (context->mutex)
    296         CF_Mutex_DestoryCtx (&context->mutex);
     296        CF_Mutex_DestoryCtx (context->mutex);
    297297
    298298    free (context);
Note: See TracChangeset for help on using the changeset viewer.