]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/nsmalloc.c
Fix a few memory leaks and some naughty things, also track sstrings.
[irc/quakenet/newserv.git] / core / nsmalloc.c
index 49a268e92a6143bd07774151f142afac68d1e07e..990fa4066436f0b1cd5e66962c2e6ace22916a4f 100644 (file)
@@ -12,7 +12,7 @@
 
 struct nsmpool nsmpools[MAXPOOL];
 
-#ifndef USE_VALGRIND
+#ifndef USE_NSMALLOC_VALGRIND
 
 void *nsmalloc(unsigned int poolid, size_t size) {
   struct nsminfo *nsmp;