Fix SEGV on shutdown with main window and project open...

Reviewers: ajwillia.ms

Differential Revision: https://phab.enlightenment.org/D4725
This commit is contained in:
Al Poole 2017-03-21 22:44:33 +00:00 committed by Andy Williams
parent 77eb19ce4f
commit ae73791f78
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ _edi_logpanel_print_cb(const Eina_Log_Domain *domain, Eina_Log_Level level,
unsigned int printed, buffer_len = 512;
char buffer [buffer_len];
if (_edi_log_dom == -1) return;
if (_edi_logpanel_ignore(level, fnc))
return;