[gs-cvs] rev 7101 - trunk/gs/src
stefan at ghostscript.com
stefan at ghostscript.com
Wed Oct 11 11:12:11 PDT 2006
Author: stefan
Date: 2006-10-11 11:12:10 -0700 (Wed, 11 Oct 2006)
New Revision: 7101
Modified:
trunk/gs/src/gsmalloc.c
Log:
removing c++ comment.
Warning changes to gsmalloc.c have broken the -K set max heap usage option.
Modified: trunk/gs/src/gsmalloc.c
===================================================================
--- trunk/gs/src/gsmalloc.c 2006-10-11 05:54:04 UTC (rev 7100)
+++ trunk/gs/src/gsmalloc.c 2006-10-11 18:12:10 UTC (rev 7101)
@@ -523,6 +523,6 @@
void
gs_malloc_release(gs_memory_t *mem)
{
- gs_malloc_memory_t * malloc_memory_default = mem; // gs_malloc_unwrap(mem);
+ gs_malloc_memory_t * malloc_memory_default = mem;
gs_malloc_memory_release(malloc_memory_default);
}
More information about the gs-cvs
mailing list