Diff

Differences From Artifact [ca130de962]:

To Artifact [6c2aea9788]:


10
11
12
13
14
15
16



10
11
12
13
14
15
16
17
18
19







+
+
+
	$ ./leakcheck/leakcheck cackey-debug.log
	Unfreed memory 0x804d010:
	    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.