Small safeguard.

SVN revision: 32047
This commit is contained in:
Eric Schuele 2007-10-12 12:05:29 +00:00
parent 33aef1af7b
commit bad150bfbb
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ void photo_picture_histo_picture_del(Picture *picture)
Photo_Item *pi;
Evas_List *l;
if (!picture) return;
for (l=picture->items_histo; l; l=evas_list_next(l))
{
pi = evas_list_data(l);