From 3893ee9f6b12465239b63d08763bd9ba0bd329e5 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 12 Nov 2013 11:24:58 +0100 Subject: Solved problem of freeing invalid pointer --- mesalib/src/mapi/glapi/glapi_priv.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'mesalib/src/mapi') diff --git a/mesalib/src/mapi/glapi/glapi_priv.h b/mesalib/src/mapi/glapi/glapi_priv.h index 92925faac..5b894d8f6 100644 --- a/mesalib/src/mapi/glapi/glapi_priv.h +++ b/mesalib/src/mapi/glapi/glapi_priv.h @@ -100,15 +100,4 @@ get_entrypoint_address(unsigned int functionOffset); #endif -/** - * Number of extension functions which we can dynamically add at runtime. - * - * Number of extension functions is also subject to the size of backing exec - * mem we allocate. For the common case of dispatch stubs with size 16 bytes, - * the two limits will be hit simultaneously. For larger dispatch function - * sizes, MAX_EXTENSION_FUNCS is effectively reduced. - */ -#define MAX_EXTENSION_FUNCS 256 - - #endif -- cgit v1.2.3