changeset 68:018546012798

-
author Thinker K.F. Li <thinker@branda.to>
date Wed, 13 Aug 2008 08:08:52 +0800
parents 3f2872a1a2fe
children a6150b4e0667
files tools/mb_c_source.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/mb_c_source.m4	Wed Aug 13 08:05:50 2008 +0800
+++ b/tools/mb_c_source.m4	Wed Aug 13 08:08:52 2008 +0800
@@ -179,7 +179,7 @@
 }
 
 void $1_free($1_t *obj) {
-    grad_stop_t *stops;
+    grad_stop_t *stops = NULL;
 ]CLEAR_VARS[]$2[
     free(obj);
 }