From 5a67883ed4fd63bf0fed2d210fb0777a2008b170 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 3 Apr 2014 15:23:43 +0100 Subject: coverity#1079187 Uninitialized pointer read Change-Id: Ie3044bebc7921b0fa98f9a9a01f99ef0f2d05eb8 --- tools/source/rc/rc.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/source/rc/rc.cxx b/tools/source/rc/rc.cxx index f3e966dcee9f..5700f151ee46 100644 --- a/tools/source/rc/rc.cxx +++ b/tools/source/rc/rc.cxx @@ -25,6 +25,7 @@ #include Resource::Resource( const ResId& rResId ) + : m_pResMgr(NULL) { GetRes( rResId.SetRT( RSC_RESOURCE ) ); } -- cgit