summaryrefslogtreecommitdiffstats
path: root/client/SDL/sdl_freerdp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/SDL/sdl_freerdp.cpp')
-rw-r--r--client/SDL/sdl_freerdp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/SDL/sdl_freerdp.cpp b/client/SDL/sdl_freerdp.cpp
index 890bf77..b157d3d 100644
--- a/client/SDL/sdl_freerdp.cpp
+++ b/client/SDL/sdl_freerdp.cpp
@@ -1301,7 +1301,7 @@ terminate:
default:
{
std::lock_guard<CriticalSection> lock(sdl->critical);
- if (sdl->connection_dialog)
+ if (sdl->connection_dialog && error_msg)
sdl->connection_dialog->showError(error_msg);
}
break;