summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 12:38:18 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 15:10:48 +0200
commita1b1625cfdf5cd86de72f60915f0874a93e96240 (patch)
treec4a538343a8bc2a8d82022217ae03eed47e1c052
parent571d116d2805827bdef7d32983697bcdc5f9c78e (diff)
cid#707669 uninitialized pointer value
Change-Id: I252f88ba76d9b927d472655d2bee71cc85b22452
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
index a4010a81e4e2..ce73ee3a609c 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
@@ -32,6 +32,7 @@ namespace wrapper
WrappedNumberFormatProperty::WrappedNumberFormatProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedDirectStateProperty( "NumberFormat", "NumberFormat" )
, m_spChart2ModelContact(spChart2ModelContact)
+ , m_pWrappedLinkNumberFormatProperty(NULL)
{
m_aOuterValue = getPropertyDefault( 0 );
}