This should not be freed. Fixes several problems.

SVN revision: 28722
This commit is contained in:
titan 2007-03-14 21:55:39 +00:00 committed by titan
parent 34cf1d26e4
commit a7ced3b637
1 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ static int change_picture(void *data)
ewl_image_file_set(EWL_IMAGE(image), image_path, NULL);
free(image_path);
return 1;
}
@ -46,7 +45,6 @@ static void show_first_image(Ewl_Widget *w, void *event, void *data)
change = ecore_timer_add(5, change_picture, w);
free(image_path);
return;
}