forked from len0rd/rockbox
[BugFix] tagcache_search() must be closed with tagcache_search_finish()
fix a couple of places where this could be left open Change-Id: I43ac7d6b26d728c11f96e5415710341d60f07ab8
This commit is contained in:
parent
a0e95c888d
commit
9af325a541
2 changed files with 7 additions and 0 deletions
|
@ -1218,7 +1218,10 @@ static int create_album_untagged(struct tagcache_search *tcs,
|
|||
{
|
||||
if (rb->button_get(false) > BUTTON_NONE) {
|
||||
if (confirm_quit())
|
||||
{
|
||||
rb->tagcache_search_finish(tcs);
|
||||
return ERROR_USER_ABORT;
|
||||
}
|
||||
else
|
||||
{
|
||||
rb->lcd_clear_display();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue