]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
Fixed a memory leak created by the use of regcomp()
[citadel.git] / citadel / sysdep_decls.h
index 40e43081962012896160bdf897865b47d3c4aec7..1efd903e384edbe9c0422b116a8e3c430f9b3256 100644 (file)
@@ -5,8 +5,8 @@
  * Uncomment this #define if you are a Citadel developer tracking
  * down memory leaks in the server.  Do NOT do this on a production
  * system because it definitely incurs a lot of additional overhead.
+#define DEBUG_MEMORY_LEAKS
  */
-/* #define DEBUG_MEMORY_LEAKS */
 
 
 #include <pthread.h>