From b622bbcd064216c71f49234a7162af62ef979e77 Mon Sep 17 00:00:00 2001 From: Edric Milaret <edric.ladent-milaret@savoirfairelinux.com> Date: Tue, 6 Oct 2015 14:59:42 -0400 Subject: [PATCH] transfer: fix variable not set to nullptr Issue: #81134 Change-Id: Iec94c90a8a2af47e18dbca8bfeef93efc6e95859 --- src/call.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/call.cpp b/src/call.cpp index c8cca0c4..341d7b54 100644 --- a/src/call.cpp +++ b/src/call.cpp @@ -299,7 +299,7 @@ m_pUserActionModel(nullptr), m_CurrentState(Call::State::ERROR),m_pCertificate(n /* VIDEO */ {{ false, false }}, /* TEXT */ {{ false, false }}, /* FILE */ {{ false, false }}, -}}) +}}), m_pTransferNumber(nullptr) { } -- GitLab