aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-11-09 18:45:18 +0000
committerNils Durner <durner@gnunet.org>2009-11-09 18:45:18 +0000
commit42788c9183bb61c5a5435b4a9e28ff21663494a3 (patch)
treebb268e9e7f86102a725b1e8f15a3fdf9f02b0d82 /src/util/common_allocation.c
parent8518be376f51fc3e682597a97157914d4745d5bc (diff)
downloadgnunet-42788c9183bb61c5a5435b4a9e28ff21663494a3.tar.gz
gnunet-42788c9183bb61c5a5435b4a9e28ff21663494a3.zip
fix leak, improve API
Diffstat (limited to 'src/util/common_allocation.c')
-rw-r--r--src/util/common_allocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index 4c1d53c2d..1e546b962 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -31,7 +31,7 @@
31#define INT_MAX 0x7FFFFFFF 31#define INT_MAX 0x7FFFFFFF
32#endif 32#endif
33 33
34#ifdef MINGW 34#if 0
35 #define W32_MEM_LIMIT 200000000 35 #define W32_MEM_LIMIT 200000000
36#endif 36#endif
37 37