From 58de1fff510078e3d2d8cfce033c87299adf78f0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 11 Nov 2004 07:15:07 +0100 Subject: filter reference counting --- base/memory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/memory.c') 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"}, {""}, {"memory.c"}, - 0, - 1 + 0 }; fz_memorycontext * -- cgit v1.2.3