Diff of /trunk/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 37 by achadwick, Wed Dec 31 19:40:10 2008 UTC revision 54 by harbaum, Fri Feb 6 12:06:30 2009 UTC
# Line 670  void cleanup(appdata_t *appdata) { Line 670  void cleanup(appdata_t *appdata) {
670    
671    project_free(appdata->project);    project_free(appdata->project);
672    
673      undo_free(appdata->undo_state);
674    
675    puts("everything is gone");    puts("everything is gone");
676  }  }
677    

Legend:
Removed from v.37  
changed lines
  Added in v.54