commit
f8e151bc7a
|
@ -538,6 +538,7 @@ static int action_iterate_main(const char *label, unsigned action)
|
||||||
break;
|
break;
|
||||||
case ITERATE_TYPE_ZIP:
|
case ITERATE_TYPE_ZIP:
|
||||||
ret = action_iterate_load_open_zip(label, msg, sizeof(msg), action);
|
ret = action_iterate_load_open_zip(label, msg, sizeof(msg), action);
|
||||||
|
do_render = true;
|
||||||
break;
|
break;
|
||||||
case ITERATE_TYPE_MESSAGE:
|
case ITERATE_TYPE_MESSAGE:
|
||||||
strlcpy(msg, disp->message_contents, sizeof(msg));
|
strlcpy(msg, disp->message_contents, sizeof(msg));
|
||||||
|
|
|
@ -1293,6 +1293,7 @@ static int menu_displaylist_parse_database_entry(menu_displaylist_info_t *info)
|
||||||
0, 0, 0);
|
0, 0, 0);
|
||||||
|
|
||||||
content_playlist_free(playlist);
|
content_playlist_free(playlist);
|
||||||
|
database_info_list_free(db_info);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue