mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Remove the refcount on LINE_REC.
It seems to have no clear purpose. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4879 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
875adf35a0
commit
aa39fba88d
4 changed files with 4 additions and 56 deletions
|
|
@ -153,7 +153,6 @@ static void show_lastlog(const char *searchtext, GHashTable *optlist,
|
|||
if (g_hash_table_lookup(optlist, "count") != NULL) {
|
||||
printformat_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
||||
TXT_LASTLOG_COUNT, len);
|
||||
textbuffer_line_unref_list(WINDOW_GUI(window)->view->buffer, list);
|
||||
g_list_free(list);
|
||||
return;
|
||||
}
|
||||
|
|
@ -163,7 +162,6 @@ static void show_lastlog(const char *searchtext, GHashTable *optlist,
|
|||
printformat_window(active_win,
|
||||
MSGLEVEL_CLIENTNOTICE|MSGLEVEL_LASTLOG,
|
||||
TXT_LASTLOG_TOO_LONG, len);
|
||||
textbuffer_line_unref_list(WINDOW_GUI(window)->view->buffer, list);
|
||||
g_list_free(list);
|
||||
return;
|
||||
}
|
||||
|
|
@ -221,7 +219,6 @@ static void show_lastlog(const char *searchtext, GHashTable *optlist,
|
|||
textbuffer_view_set_bookmark_bottom(WINDOW_GUI(window)->view,
|
||||
"lastlog_last_check");
|
||||
|
||||
textbuffer_line_unref_list(WINDOW_GUI(window)->view->buffer, list);
|
||||
g_list_free(list);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue