Index: apps/plugins/pictureflow.c =================================================================== --- apps/plugins/pictureflow.c (revision 18892) +++ apps/plugins/pictureflow.c (working copy) @@ -506,6 +506,7 @@ bool get_albumart_for_index_from_db(cons if ( rb->tagcache_get_next(&tcs) ) { struct mp3entry id3; char size[9]; + id3.albumartist = id3.artist = NULL; rb->snprintf(size, sizeof(size), ".%dx%d", PREFERRED_IMG_WIDTH, PREFERRED_IMG_HEIGHT); rb->strncpy( (char*)&id3.path, tcs.result, MAX_PATH );