Diff of /trunk/src/main.c

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

revision 67 by harbaum, Mon Feb 9 19:42:05 2009 UTC revision 68 by harbaum, Tue Feb 10 12:29:09 2009 UTC
# Line 809  void cleanup(appdata_t *appdata) { Line 809  void cleanup(appdata_t *appdata) {
809    
810    project_free(appdata->project);    project_free(appdata->project);
811    
812    undo_free(appdata->undo_state);    undo_free(appdata->undo.state);
813    
814    puts("everything is gone");    puts("everything is gone");
815  }  }

Legend:
Removed from v.67  
changed lines
  Added in v.68