security manager conflict commented 2

Dependencies:   BLE_API mbed-dev-bin nRF51822

Fork of microbit-dal by Lancaster University

Revision:
7:a4042bbb7f8b
Parent:
1:8aa5cdb4ab67
--- a/inc/core/MicroBitListener.h	Thu Apr 07 23:39:31 2016 +0100
+++ b/inc/core/MicroBitListener.h	Thu Apr 07 23:39:33 2016 +0100
@@ -162,7 +162,8 @@
     this->cb_method = new MemberFunctionCallback(object, method);
 	this->cb_arg = NULL;
     this->flags = flags | MESSAGE_BUS_LISTENER_METHOD;
+    this->evt_queue = NULL;
 	this->next = NULL;
 }
 
-#endif
+#endif
\ No newline at end of file