Index: leakcheck/README.txt ================================================================== --- leakcheck/README.txt +++ leakcheck/README.txt @@ -12,5 +12,8 @@ cackey_mutex_create():2017: MALLOC() = 0x804d010 (Note that the leak from cackey_mutex_create() is normal -- there's no safe way to clean up that mutex) + +This functionality exists to check for leaks in libcackey independently of +dependent libraries, and the application hosting the library.