Properly initialize the _foregroundProcessInfo and _foregroundPid fields

This commit is contained in:
Michael Spencer
2016-02-05 18:57:43 -06:00
parent 21334dac00
commit 72d6ce3b46
+2
View File
@@ -74,6 +74,8 @@ Session::Session(QObject* parent) :
// , _zmodemProc(0)
// , _zmodemProgress(0)
, _hasDarkBackground(false)
, _foregroundProcessInfo(NULL)
, _foregroundPid(0)
{
//prepare DBus communication
// new SessionAdaptor(this);