fix segfault when Term widget can not be created

devs/discomfitor/cc
Boris Faure 9 years ago
parent 122fa9da0c
commit 12ef99bcf2
  1. 1
      src/bin/main.c

@ -862,6 +862,7 @@ remote:
if (!term)
{
CRITICAL(_("Could not create terminal widget."));
config = NULL;
retval = EXIT_FAILURE;
goto end;
}

Loading…
Cancel
Save