Mon Oct 31 21:36:37 2005 Søren Sandmann <sandmann@redhat.com>
* sysprof.c (fill_main_list): free the profile objects.
* sysprof.c (struct Application): Remove unused variable.
+Mon Oct 31 21:36:37 2005 Søren Sandmann <sandmann@redhat.com>
+
+ * sysprof.c (fill_main_list): free the profile objects.
+
+ * sysprof.c (struct Application): Remove unused variable.
+
Mon Oct 31 00:22:58 2005 Soeren Sandmann <sandmann@redhat.com>
* sysprof.c (set_application_title): Use APPLICATION_NAME macro
Before 1.2:
+* Handle time being set back in the RESET_DEAD_PERIOD code.
+
* Find out if the first sort order of a GtkTreeView column can be changed
programmatically.
ProfileCaller * callers;
int timeout_id;
- int generating_profile;
char * loaded_profile;
OBJECT_OBJECT, object->name,
-1);
}
+ g_list_foreach (objects, (GFunc)g_free, NULL);
g_list_free (objects);
sort_state = save_sort_state (app->object_view);
gtk_widget_show_all (app->main_window);
gtk_widget_hide (app->dummy_button);
- /* Statusbar */
queue_show_samples (app);
return TRUE;