Skip to content

Commit

Permalink
Actually initialize m_initialized.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Dec 6, 2016
1 parent c82d746 commit 450d0ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/falco/falco_outputs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ along with falco. If not, see <http://www.gnu.org/licenses/>.
using namespace std;

falco_outputs::falco_outputs()
: m_initialized(false)
{

}
Expand Down

0 comments on commit 450d0ab

Please sign in to comment.