summaryrefslogtreecommitdiff
path: root/base/memory.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-11 07:15:07 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-11 07:15:07 +0100
commit58de1fff510078e3d2d8cfce033c87299adf78f0 (patch)
tree80635049b0d1ccc8840717982afe983ea18c0b37 /base/memory.c
parent2ec725624d637789845478a90f799e9eeb54f9ee (diff)
downloadmupdf-58de1fff510078e3d2d8cfce033c87299adf78f0.tar.xz
filter reference counting
Diffstat (limited to 'base/memory.c')
-rw-r--r--base/memory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/memory.c b/base/memory.c
index b0858383..2c2f8e0d 100644
--- a/base/memory.c
+++ b/base/memory.c
@@ -39,11 +39,11 @@ static fz_memorycontext defmem = { stdmalloc, stdrealloc, stdfree };
static fz_memorycontext *curmem = &defmem;
fz_error fz_koutofmem = {
+ -1,
{"out of memory"},
{"<malloc>"},
{"memory.c"},
- 0,
- 1
+ 0
};
fz_memorycontext *