mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
External close command
* Fix shutdown segmentation fault encountered during
shutdown initiated by external xmlrpc command
This commit is contained in:
parent
e59e9b7282
commit
30868e5f11
1 changed files with 2 additions and 2 deletions
|
|
@ -186,8 +186,8 @@ void debug::show(void)
|
|||
|
||||
void debug::sync_text(void* arg)
|
||||
{
|
||||
if (!window->visible())
|
||||
return;
|
||||
if (!window) return;
|
||||
if (!window->visible()) return;
|
||||
|
||||
guard_lock dlock(&debug_mutex);
|
||||
if (inst == 0 || btext == 0) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue