freemyipod r761 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r760‎ | r761 | r762 >
Date:11:51, 11 August 2011
Author:user890104
Status:new
Tags:
Comment:
ball: free some memory before exiting
Modified paths:
  • /apps/ball/main.c (modified) (history)

Diff [purge]

Index: apps/ball/main.c
@@ -114,6 +114,8 @@
115115 --run_cycles;
116116 }
117117
 118+ free(fb);
 119+
118120 cputs(3, "Application terminated\n");
119121 }
120122