Skip to content

Commit 1a72ddf

Browse files
committed
Remove extra call to cleanup() in mfe's reloadTheme()
when exiting with error due to missing user-specified, default, and fallback themes.
1 parent c01fd21 commit 1a72ddf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mythtv/programs/mythfrontend/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,6 @@ static int reloadTheme(void)
12021202
{
12031203
LOG(VB_GENERAL, LOG_ERR, QString("Couldn't find theme '%1'")
12041204
.arg(themename));
1205-
cleanup();
12061205
return GENERIC_EXIT_NO_THEME;
12071206
}
12081207

0 commit comments

Comments
 (0)