diff dwtest.c @ 1875:fb137f7f91e4

Initial commit of GTK2 code changes (untested) ... Cleanups of some other platform code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 09 Aug 2013 02:11:06 +0000
parents 15d24b5300ec
children 6949c73e30fd
line wrap: on
line diff
--- a/dwtest.c	Thu Aug 08 23:53:38 2013 +0000
+++ b/dwtest.c	Fri Aug 09 02:11:06 2013 +0000
@@ -1226,7 +1226,6 @@
     {
         char names[100];
         
-        /* yes, there is a memory leak here */
         sprintf(names, "We can now allocate from the stack: Item: %d", z);
         size = z*100;
         sprintf(buffer, "Filename %d",z+1);