Parent: d520f7aac69d4f9be1c9c894460bd1ab916dbc10
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2014-07-31 10:56:32
Tree: 4b2db9144d19883a52aa183cb90f684ba68d5043
shared/queue: Fix not allowing to remove NULL entries queue_remove should not check the data pointer since both queue_push_head and queue_push_tail don't check it is possible to have NULL pointers in the queue therefore queue_remove shall be able to remove them.
Diffstat
| M | src/shared/queue.c | | | 2 | +- |
1 files changed, 1 insertions(+), 1 deletions(-)