Mercurial > libpst
comparison src/debug.c @ 35:b2f247463b83 stable-0-5-6
better decoding of 7c blocks
author | carl |
---|---|
date | Sun, 15 Jul 2007 14:25:34 -0700 |
parents | 07177825c91b |
children | 6fe121a971c9 |
comparison
equal
deleted
inserted
replaced
34:07177825c91b | 35:b2f247463b83 |
---|---|
235 func_ptr = func_head; | 235 func_ptr = func_head; |
236 func_head = func_head->next; | 236 func_head = func_head->next; |
237 free(func_ptr->name); | 237 free(func_ptr->name); |
238 free(func_ptr); | 238 free(func_ptr); |
239 } | 239 } |
240 | |
241 if (debug_fp) fclose(debug_fp); | 240 if (debug_fp) fclose(debug_fp); |
242 debug_fp = NULL; | 241 debug_fp = NULL; |
243 } | 242 } |
244 | 243 |
245 | 244 |