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:
void (*india_ok_cb)(Xtt*, char*);
qcom_sQid queid;
CoWowTimer* timerid;
CoWow* wow;
CoWow* wow = NULL;
pwr_tOName opplace_str;
int quiet;
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