Diff of /trunk/src/main.c

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

revision 236 by harbaum, Tue Jul 21 20:28:09 2009 UTC revision 238 by harbaum, Wed Jul 22 20:14:48 2009 UTC
# Line 1179  void cleanup(appdata_t *appdata) { Line 1179  void cleanup(appdata_t *appdata) {
1179    project_free(appdata->project);    project_free(appdata->project);
1180    
1181    if(appdata->menu_item_map_undo)    if(appdata->menu_item_map_undo)
1182      undo_free(appdata->undo.state);      undo_free(appdata->osm, appdata->undo.state);
1183    
1184    puts("everything is gone");    puts("everything is gone");
1185  }  }

Legend:
Removed from v.236  
changed lines
  Added in v.238