diff example/mainMem/spe/Hello.cc @ 314:2ddf79a7c5fb

debugging
author root@localhost.localdomain
date Tue, 09 Jun 2009 01:22:11 +0900
parents c9f8cfcdc5c2
children 44c0bce54dcf
line wrap: on
line diff
--- a/example/mainMem/spe/Hello.cc	Tue Jun 09 00:10:36 2009 +0900
+++ b/example/mainMem/spe/Hello.cc	Tue Jun 09 01:22:11 2009 +0900
@@ -38,5 +38,6 @@
     fprintf(stderr,"sizeof(int) = [%d] sizeof(void*)=[%d]\n", (int)sizeof(int),(int)sizeof(void*));
     fprintf(stderr,"[%d] Main Mem %0x len %d\n", task_id, (unsigned int)next,(int)SIZE);
 
+    free(ptr);
     return 0;
 }