Mercurial > MadButterfly
comparison tools/mb_c_source.m4 @ 68:018546012798
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 13 Aug 2008 08:08:52 +0800 |
parents | 3f2872a1a2fe |
children | a6150b4e0667 |
comparison
equal
deleted
inserted
replaced
67:3f2872a1a2fe | 68:018546012798 |
---|---|
177 $2 | 177 $2 |
178 [ return obj; | 178 [ return obj; |
179 } | 179 } |
180 | 180 |
181 void $1_free($1_t *obj) { | 181 void $1_free($1_t *obj) { |
182 grad_stop_t *stops; | 182 grad_stop_t *stops = NULL; |
183 ]CLEAR_VARS[]$2[ | 183 ]CLEAR_VARS[]$2[ |
184 free(obj); | 184 free(obj); |
185 } | 185 } |
186 ]dnl | 186 ]dnl |
187 ]) | 187 ]) |