diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 12:44:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 14:33:34 +0000 |
commit | 16e21955d2936dea4e82428e971c7f51f3088ec2 (patch) | |
tree | f8faa0654fac0ad97831537989834f111fd47239 /lingucomponent | |
parent | feaa2f675adca31a6bcd00231ed75ffed1791165 (diff) |
coverity#707953 Uninitialized scalar field
Change-Id: I7ae556a065f250774c7d0f8ca4f6f9c9c2c6c533
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index 3438d2dbe055..a373e30226a6 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -76,6 +76,7 @@ Thesaurus::Thesaurus() : aTLocs = NULL; aTNames = NULL; numthes = 0; + prevLocale = LANGUAGE_DONTKNOW; } |