Memory leak fixes.
[silc.git] / lib / silcutil / silcmutex.h
index 82a9da3922130fb76549f8424ed67fefc52896ed..070a2e9a3e0e774e5e0934cb084eb0680efb1ed4 100644 (file)
@@ -71,7 +71,8 @@ typedef struct SilcRwLockStruct *SilcRwLock;
  *    Allocates SILC Mutex object.  The mutex object must be allocated
  *    before it can be used.  It is freed by the silc_mutex_free function.
  *    This returns TRUE and allocated mutex in to the `mutex' and FALSE
- *    on error.
+ *    on error.  If threads support is not compiled in this returns FALSE,
+ *    but should not be considered as an error.
  *
  ***/
 SilcBool silc_mutex_alloc(SilcMutex *mutex);