mcabber/src/screen.c
changeset 898 c65b71dcda94
parent 897 a05b5a16a06a
child 929 f4bf564893b5
equal deleted inserted replaced
897:a05b5a16a06a 898:c65b71dcda94
   570 
   570 
   571       if (line->flags & HBB_PREFIX_HLIGHT)
   571       if (line->flags & HBB_PREFIX_HLIGHT)
   572         wattrset(win_entry->win, get_color(COLOR_GENERAL));
   572         wattrset(win_entry->win, get_color(COLOR_GENERAL));
   573       wclrtoeol(win_entry->win);
   573       wclrtoeol(win_entry->win);
   574       g_free(line->text);
   574       g_free(line->text);
       
   575       g_free(line);
   575     } else {
   576     } else {
   576       wclrtobot(win_entry->win);
   577       wclrtobot(win_entry->win);
   577       break;
   578       break;
   578     }
   579     }
   579   }
   580   }