fix CID1201426 Explicit null dereferenced

This commit is contained in:
Boris Faure 2014-04-12 14:53:28 +02:00
parent dafb51f66e
commit d5a97a1e13
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ app_server_win_del_request_cb(void *data EINA_UNUSED,
eo_do(_server, wins = eo_key_data_get("wins"));
if (eina_list_count(*wins) > 1)
if (wins && eina_list_count(*wins) > 1)
return;
/*