Przeglądaj źródła

misc: fix some coding errors found by Coverity.

master
Sam Hocevar 11 lat temu
rodzic
commit
52e8d052d1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      neercs/old/screen_list.c

+ 1
- 1
neercs/old/screen_list.c Wyświetl plik

@@ -135,8 +135,8 @@ struct screen_list *create_screen_list(void)
{
fprintf(stderr, "Can't allocate memory at %s:%d\n", __FUNCTION__,
__LINE__);
free(screen_list);
free(screen_list->screen);
free(screen_list);
return NULL;
}
screen_list->recurrent_list->count = 0;


Ładowanie…
Anuluj
Zapisz