From 54a9d9a38a6fd9c4ee7c508a168c1f78391644cb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 27 Apr 2016 00:43:30 +0200 Subject: Fix possible memory in zstr on failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/zsetup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zsetup.c') diff --git a/src/zsetup.c b/src/zsetup.c index 212a1e9..aebef32 100644 --- a/src/zsetup.c +++ b/src/zsetup.c @@ -18,6 +18,7 @@ size_t libzahl_pool_alloc[sizeof(size_t) * 8]; struct zahl **libzahl_temp_stack; struct zahl **libzahl_temp_stack_head; struct zahl **libzahl_temp_stack_end; +void *libzahl_temp_allocation = 0; void -- cgit v1.2.3-70-g09d2