Skip to content

Commit

Permalink
Merge pull request #6816 from Memphiz/fix_unit_test_compile
Browse files Browse the repository at this point in the history
[tests] - fix segfaults
  • Loading branch information
Memphiz committed Mar 25, 2015
2 parents b0c923f + a317b72 commit 4649f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/utils/test/TestCharsetConverter.cpp
Expand Up @@ -104,7 +104,7 @@ class TestCharsetConverter : public testing::Test
CSettings::Get().AddString(sub, "subtitles.charset", 735, "DEFAULT",
SPIN_CONTROL_TEXT);
*/

CSettings::Get().Initialize();
g_charsetConverter.reset();
g_charsetConverter.clear();
}
Expand Down

0 comments on commit 4649f97

Please sign in to comment.