diff --git a/src/image_list.c b/src/image_list.c index fcd7d1531653d0dde7f8c5054ffc4f899afb34aa..9665ed48819ff9d29fc48f03a600931f8b25c696 100644 --- a/src/image_list.c +++ b/src/image_list.c @@ -649,6 +649,7 @@ rstto_image_list_remove_all (RsttoImageList *image_list) gtk_tree_path_append_index(path_, i); gtk_tree_model_row_deleted(GTK_TREE_MODEL(image_list), path_); + gtk_tree_path_free (path_); image_iter = g_list_next (image_iter); }