Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Initializes Client and Server pointers to resolve crash
Browse files Browse the repository at this point in the history
  • Loading branch information
timwindsor committed Jul 22, 2015
1 parent 62314c8 commit 430cc59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WiFiDirect-ion/src/WiFiDirection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ WiFiDirection::WiFiDirection()
, mDataModel(new bb::cascades::GroupDataModel(QStringList() << "Name" << "HardwareAddress", this))
, mIPAddress("127.0.0.1")
, mSessionName("")
, mWDClient(NULL)
, mWDServer(NULL)
{

//Connect all the signals to slots that we'll be using.
Expand Down

0 comments on commit 430cc59

Please sign in to comment.