diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 15:17:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 16:59:44 +0100 |
commit | dc76fc4eda2a67a7e877216171f96514d46baa14 (patch) | |
tree | 4078ddd1e5e6c53faa6a8c6d2e32fa545c0389ec /rsc | |
parent | dd0999570a467582a577f99fca01e181895fb7b3 (diff) |
CID#707521 unintialized member
Change-Id: Ieb4417ae89718d8c5e9abf77cb3e1830c080ae4e
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/tools/rscdef.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx index c220f5a9db80..02fda0fd720f 100644 --- a/rsc/source/tools/rscdef.cxx +++ b/rsc/source/tools/rscdef.cxx @@ -69,6 +69,7 @@ RscId::RscId( RscDefine * pDef ) aExpType.aExp.pDef = pDef; aExpType.cType = RSCEXP_DEF; + aExpType.cUnused = 0; Create( aExpType ); } |