Skip to content

Commit b02fdb9

Browse files
authored
Merge pull request rdkcentral#5848 from vdinak240/sprint-new
SERXIONE-6222: VG is getting disabled if device is rebooted post acti…
2 parents 7c7d9bc + 3a6cacd commit b02fdb9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

TextToSpeech/impl/TTSDownloader.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,8 @@ bool TTSDownloader::downloadFile(std::string ttsRequest)
144144
void TTSDownloader::saveConfiguration(std::string path)
145145
{
146146
TTSLOG_INFO("TTSDownloader saveconfiguration path %s\n", path.c_str());
147-
m_objectMutex.lock();
148-
m_config.saveFallbackPath(path);
149-
m_config.updateConfigStore();
150147
m_defaultConfig.saveFallbackPath(path);
151-
m_objectMutex.unlock();
148+
m_defaultConfig.updateConfigStore();
152149
}
153150

154151
}//end of namespace TTS

0 commit comments

Comments
 (0)