Commit 9e660bbc authored by Christoffer Ackelman's avatar Christoffer Ackelman

Fixed intermittent crash when opening rt_xtt due to if(xtt->wow) check.

parent 5e5c1376
...@@ -56,7 +56,7 @@ public: ...@@ -56,7 +56,7 @@ public:
void (*india_ok_cb)(Xtt*, char*); void (*india_ok_cb)(Xtt*, char*);
qcom_sQid queid; qcom_sQid queid;
CoWowTimer* timerid; CoWowTimer* timerid;
CoWow* wow; CoWow* wow = NULL;
pwr_tOName opplace_str; pwr_tOName opplace_str;
int quiet; int quiet;
int attach_audio; int attach_audio;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment