mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
queue_delete should reset the blocker_p member.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16859 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af6907e3a2
commit
f54def9dd5
1 changed files with 1 additions and 0 deletions
|
@ -690,6 +690,7 @@ void queue_delete(struct event_queue *q)
|
|||
queue_do_auto_reply(q->send);
|
||||
|
||||
q->send = NULL;
|
||||
IF_PRIO( q->blocker_p = NULL; )
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue