commit | 8fb22264350d99793a12867f4e2a43e50150f778 | [log] [tgz] |
---|---|---|
author | Pawel Moll <mail@pawelmoll.com> | Tue Sep 02 16:26:11 2014 +0100 |
committer | Kevin Hilman <khilman@linaro.org> | Fri Sep 05 13:25:01 2014 -0700 |
tree | 2f534c04c9f49610add56500ec19ae4f712bd6dc | |
parent | 95f6e8142d82789eca977ccdd6153a48b343fde9 [diff] |
bus: arm-ccn: Move event cleanup routine The function cleaning up an initialized event was called from the "event_del" handler, instead of being used as the "destroy" callback. In case of events group allocation this caused NULL pointer dereference (as events are added and deleted multiple times then). Fixed now. Signed-off-by: Pawel Moll <mail@pawelmoll.com> Signed-off-by: Kevin Hilman <khilman@linaro.org>